diff --git a/pyproject.toml b/pyproject.toml index 1464a062..7fa22224 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jira-bugzilla-integration" -version = "3.0.1" +version = "3.0.2" description = "jira-bugzilla-integration" authors = ["@mozilla/jbi-core"] license = "MPL" diff --git a/src/app/api.py b/src/app/api.py index 9e7fbdf5..7e5377ea 100644 --- a/src/app/api.py +++ b/src/app/api.py @@ -35,7 +35,7 @@ app = FastAPI( title="Jira Bugzilla Integration (JBI)", description="JBI v2 Platform", - version="3.0.1", + version="3.0.2", ) app.include_router(monitor_router)