diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 168907d3..8d97cad8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/conf.py b/docs/conf.py index 4cb57b49..d0ed14a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Jonatan Martens" # The full version, including alpha/beta/rc tags -release = "3.0.2" +release = "3.0.3" # -- General configuration --------------------------------------------------- @@ -55,6 +55,6 @@ # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["_static"] -version = "3.0.2" +version = "3.0.3" master_doc = "index" diff --git a/pyproject.toml b/pyproject.toml index 1880f7eb..0065b304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzeebe" -version = "3.0.2" +version = "3.0.3" description = "Zeebe client api" authors = ["Jonatan Martens "] license = "MIT" diff --git a/pyzeebe/__init__.py b/pyzeebe/__init__.py index c714ee5f..4c98a3a7 100644 --- a/pyzeebe/__init__.py +++ b/pyzeebe/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.2" +__version__ = "3.0.3" from pyzeebe import errors from pyzeebe.channel import *