diff --git a/bothub_nlp_api/app.py b/bothub_nlp_api/app.py index 8379993..9693541 100644 --- a/bothub_nlp_api/app.py +++ b/bothub_nlp_api/app.py @@ -18,7 +18,7 @@ dsn=settings.BOTHUB_NLP_SENTRY, environment=settings.ENVIRONMENT ) # pragma: no cover -app = FastAPI(title="Bothub NLP", version="3.0.18", description="", docs_url="/") +app = FastAPI(title="Bothub NLP", version="3.0.19", description="", docs_url="/") app.include_router(v1.router, tags=["v1"])