We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7338215 commit d0a4b76Copy full SHA for d0a4b76
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.8
+current_version = 0.3.9
3
commit = False
4
tag = False
5
emnify/version.py
@@ -1,2 +1,2 @@
# THIS FILE IS GENERATED AUTOMATICALLY, DON'T CHANGE ITS CONTENT!!
-EMNIFY_PACKAGE_VERSION='0.3.8'
+EMNIFY_PACKAGE_VERSION='0.3.9'
setup.py
@@ -3,7 +3,7 @@
import os
NAME = os.getenv('PYPI_PACKAGE_NAME') or "emnify-sdk"
6
-VERSION = "0.3.8"
+VERSION = "0.3.9"
7
# To install the library, run the following
8
#
9
# python setup.py install
0 commit comments