We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284b2e1 commit 8cef768Copy full SHA for 8cef768
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+## 0.1.4
2
+
3
+- Optimize app registration (get rid of manifest conversion)
4
5
+## 0.1.3
6
7
+- Initial pypi release
aidbox_python_sdk/__init__.py
@@ -1,5 +1,5 @@
__title__ = "aidbox-python-sdk"
-__version__ = "0.1.3"
+__version__ = "0.1.4"
__author__ = "beda.software"
__license__ = "None"
__copyright__ = "Copyright 2023 beda.software"
0 commit comments