diff --git a/the_app/main.py b/the_app/main.py index ef0954c..2d4faa8 100644 --- a/the_app/main.py +++ b/the_app/main.py @@ -8,7 +8,7 @@ from the_app.utils import get_logger logger = get_logger(__name__) -app = FastAPI(title="Stuff And Nonsense", version="0.2") +app = FastAPI(title="Stuff And Nonsense API", version="0.3") app.include_router(stuff_router) app.include_router(nonsense_router)