diff --git a/README.md b/README.md index 5a3d952..077f692 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ There are some **opinionated** default settings in `/app/main.py` for documentat ```python app = FastAPI( title="minimal fastapi postgres template", - version="6.0.0", + version="6.1.0", description="https://github.com/rafsaf/minimal-fastapi-postgres-template", openapi_url="/openapi.json", docs_url="/", diff --git a/app/main.py b/app/main.py index ff6d0c1..6020179 100644 --- a/app/main.py +++ b/app/main.py @@ -7,7 +7,7 @@ app = FastAPI( title="minimal fastapi postgres template", - version="6.0.0", + version="6.1.0", description="https://github.com/rafsaf/minimal-fastapi-postgres-template", openapi_url="/openapi.json", docs_url="/",