Skip to content

Commit d2c5948

Browse files
committed
Bump version to 0.1.1
1 parent 44a4b6f commit d2c5948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aidbox_python_sdk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
__title__ = "aidbox-python-sdk"
2-
__version__ = "0.1.0"
2+
__version__ = "0.1.1"
33
__author__ = "beda.software"
44
__license__ = "None"
5-
__copyright__ = "Copyright 2022 beda.software"
5+
__copyright__ = "Copyright 2023 beda.software"
66

77
# Version synonym
88
VERSION = __version__

0 commit comments

Comments
 (0)