We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55584dd commit 55d1312Copy full SHA for 55d1312
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.13
2
+
3
+- Add py.typed marker
4
5
## 0.1.12
6
7
- Update drop_before_all to support fhir-schema and old approach #68
aidbox_python_sdk/__init__.py
@@ -1,5 +1,5 @@
__title__ = "aidbox-python-sdk"
-__version__ = "0.1.12"
+__version__ = "0.1.13"
__author__ = "beda.software"
__license__ = "None"
__copyright__ = "Copyright 2024 beda.software"
0 commit comments