Skip to content

Commit 4a4a521

Browse files
committed
release 0.3.0
1 parent b370902 commit 4a4a521

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

notamify_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _package_version() -> str:
4040
try:
4141
return version("notamify-sdk")
4242
except PackageNotFoundError:
43-
return "0.2.0"
43+
return "0.3.0"
4444

4545

4646
SDK_VERSION = _package_version()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "notamify-sdk"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Python SDK for Notamify APIs"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)