Skip to content

Commit

Permalink
Bump version: 3.0.1 → 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMartens committed Mar 7, 2022
1 parent e4f3c74 commit 35e3925
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.2
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Jonatan Martens"

# The full version, including alpha/beta/rc tags
release = "3.0.1"
release = "3.0.2"

# -- General configuration ---------------------------------------------------

Expand Down Expand Up @@ -55,6 +55,6 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

version = "3.0.1"
version = "3.0.2"

master_doc = "index"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyzeebe"
version = "3.0.1"
version = "3.0.2"
description = "Zeebe client api"
authors = ["Jonatan Martens <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyzeebe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.1"
__version__ = "3.0.2"

from pyzeebe import errors
from pyzeebe.channel import *
Expand Down

0 comments on commit 35e3925

Please sign in to comment.