Skip to content

Commit

Permalink
bump project deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Apr 5, 2024
1 parent 984c873 commit ff29212
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 305 deletions.
2 changes: 1 addition & 1 deletion greens/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def lifespan(app: FastAPI):
app.state.logger.info("Parking tractors in garage...")


app = FastAPI(lifespan=lifespan, title="Greens API", version="0.3.0")
app = FastAPI(lifespan=lifespan, title="Greens API", version="0.4.0")

app.include_router(v1, prefix="/api/v1")

Expand Down
Loading

0 comments on commit ff29212

Please sign in to comment.