Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 authored Oct 8, 2020
1 parent 2c5cc2a commit 6513308
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.11", description="", docs_url="/")
app = FastAPI(title="Bothub NLP", version="3.0.12", description="", docs_url="/")

app.include_router(v1.router, tags=["v1"])

Expand Down

0 comments on commit 6513308

Please sign in to comment.