Skip to content

Commit 63c43fc

Browse files
authored
Merge branch 'main' into development
2 parents 597897c + adae6fb commit 63c43fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.11
2+
current_version = 0.3.12
33
commit = False
44
tag = False
55

emnify/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# THIS FILE IS GENERATED AUTOMATICALLY, DON'T CHANGE ITS CONTENT!!
2-
EMNIFY_PACKAGE_VERSION='0.3.11'
2+
EMNIFY_PACKAGE_VERSION='0.3.12'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
NAME = os.getenv('PYPI_PACKAGE_NAME') or "emnify-sdk"
6-
VERSION = "0.3.11"
6+
VERSION = "0.3.12"
77
# To install the library, run the following
88
#
99
# python setup.py install

0 commit comments

Comments
 (0)