Skip to content

Commit

Permalink
Automated version bump from 0.0.3 to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturLazarenko authored and github-actions[bot] committed Jun 16, 2022
1 parent 919c135 commit 83f33f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = 0.0.3
current_version = 0.0.5
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

NAME = os.getenv('PYPI_PACKAGE_NAME') or "emnify-python-sdk"
VERSION = "0.0.3"
VERSION = "0.0.5"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 83f33f3

Please sign in to comment.