Skip to content

Commit 9e956e6

Browse files
committed
bump to 0.1.1, because pypi rejects 0.1.0
probably due to some previous tests...
1 parent 61e6aa1 commit 9e956e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
* ...
1010

11-
## [0.1.0](https://github.com/at-gmbh/personio-py/tree/v0.1.0) - 2020-08-19
11+
## [0.1.1](https://github.com/at-gmbh/personio-py/tree/v0.1.0) - 2020-08-19
1212

1313
- This is the first release of the Personio API client library
1414
- Created Python module `personio_py`

src/personio_py/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'

0 commit comments

Comments
 (0)