Skip to content

Commit 8cef768

Browse files
committed
Bump to 0.1.4
1 parent 284b2e1 commit 8cef768

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "aidbox-python-sdk"
2-
__version__ = "0.1.3"
2+
__version__ = "0.1.4"
33
__author__ = "beda.software"
44
__license__ = "None"
55
__copyright__ = "Copyright 2023 beda.software"

0 commit comments

Comments
 (0)