Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
# Conflicts:
#	emnify/version.py
#	setup.py
  • Loading branch information
mikhail.gubenko committed Nov 26, 2024
2 parents d664a82 + 9f65112 commit ae3e50b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.2
current_version = 0.4.3
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion emnify/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# THIS FILE IS GENERATED AUTOMATICALLY, DON'T CHANGE ITS CONTENT!!
EMNIFY_PACKAGE_VERSION = "0.4.2"
EMNIFY_PACKAGE_VERSION="0.4.3"
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-sdk"
VERSION = "0.4.2"
VERSION = "0.4.3"
# To install the library, run the following
#
# python -m build --sdist --wheel
Expand Down

0 comments on commit ae3e50b

Please sign in to comment.