diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e082a4..b81c5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * ... -## [0.1.0](https://github.com/at-gmbh/personio-py/tree/v0.1.0) - 2020-08-19 +## [0.1.1](https://github.com/at-gmbh/personio-py/tree/v0.1.0) - 2020-08-19 - This is the first release of the Personio API client library - Created Python module `personio_py` diff --git a/src/personio_py/version.py b/src/personio_py/version.py index b794fd4..df9144c 100644 --- a/src/personio_py/version.py +++ b/src/personio_py/version.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'