diff --git a/README.md b/README.md index d8018400..4ec8bec1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Zeebe version support: | Zeebepy version | Tested Zeebe versions | |:---------------:|----------------| -| 1.00 | 0.24.2 | +| 1.0.1 | 0.24.2 | ## Getting Started To install: diff --git a/setup.py b/setup.py index 562ace21..93155a31 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="zeebepy", - version="1.0.0", + version="1.0.1", author="Jonatan Martens", author_email="jonatanmartenstav@gmail.com", description="Zeebe client api",