Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasagra authored Apr 30, 2021
1 parent 5f38978 commit 7951232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub_nlp_api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

Expand Down

0 comments on commit 7951232

Please sign in to comment.