Skip to content

Commit 156b692

Browse files
Th3Un1q3github-actions[bot]
authored andcommittedNov 26, 2024·
[Automated] Version Bump from 0.4.1 to 0.4.2
1 parent 0e0e16e commit 156b692

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
commit = False
44
tag = False
55

‎emnify/version.py

+1-1
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.4.1'
2+
EMNIFY_PACKAGE_VERSION='0.4.2'

‎setup.py

+1-1
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.4.1"
6+
VERSION = "0.4.2"
77
# To install the library, run the following
88
#
99
# python -m build --sdist --wheel

0 commit comments

Comments
 (0)
Please sign in to comment.