Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 authored Jul 6, 2020
1 parent ffa339f commit 9651fb0
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.6", description="", docs_url="/")
app = FastAPI(title="Bothub NLP", version="3.0.7", description="", docs_url="/")

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

Expand Down

0 comments on commit 9651fb0

Please sign in to comment.