Skip to content

Commit 35e3925

Browse files
Bump version: 3.0.1 → 3.0.2
1 parent e4f3c74 commit 35e3925

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.1
2+
current_version = 3.0.2
33
commit = True
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
55
serialize = {major}.{minor}.{patch}

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Jonatan Martens"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "3.0.1"
29+
release = "3.0.2"
3030

3131
# -- General configuration ---------------------------------------------------
3232

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

58-
version = "3.0.1"
58+
version = "3.0.2"
5959

6060
master_doc = "index"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyzeebe"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
description = "Zeebe client api"
55
authors = ["Jonatan Martens <[email protected]>"]
66
license = "MIT"

pyzeebe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.0.1"
1+
__version__ = "3.0.2"
22

33
from pyzeebe import errors
44
from pyzeebe.channel import *

0 commit comments

Comments
 (0)