We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad502d commit 67aa310Copy full SHA for 67aa310
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.1.9
4
+
5
+Date of release: 2025-01-27
6
7
+### Features
8
9
+- Support py3.9 and higher
10
11
## v0.1.8
12
13
Date of release: 2025-01-15
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "understand-sdk"
-version = "0.1.8"
+version = "0.1.9"
description = "Python client for UnderstandLabs"
authors = ["Understandlabs.com Team <it@understandlabs.com>"]
license = "MIT"
0 commit comments