We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c77d0 commit 30ad5a8Copy full SHA for 30ad5a8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "delega"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "Official Python SDK for the Delega API"
9
readme = "README.md"
10
license = "MIT"
src/delega/_version.py
@@ -1,4 +1,4 @@
1
"""Package version metadata."""
2
3
-__version__ = "0.1.2"
+__version__ = "0.1.3"
USER_AGENT = f"delega-python/{__version__}"
0 commit comments