We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5819f commit 62e4508Copy full SHA for 62e4508
msa_sdk/__init__.py
@@ -1,6 +1,6 @@
1
"""Package SDK."""
2
-__version__ = "2.1.93"
3
-VERSION = "2.1.93"
+__version__ = "2.1.94"
+VERSION = "2.1.94"
4
5
import base64
6
import datetime
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.1.93
+current_version = 2.1.94
[metadata]
long_description = file: README.md
0 commit comments