Skip to content

Commit 9a21d76

Browse files
committed
fix: release 0.1.0
1 parent e85a952 commit 9a21d76

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "aptabase"
3-
version = "0.0.3"
4-
description = "Python SDK for Aptabase analytics"
3+
version = "0.1.0"
4+
description = "Python SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
license = "MIT"

src/aptabase/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SystemProperties:
1919
device_model: str = field(default_factory=platform.machine)
2020
is_debug: bool = False
2121
app_version: str = "1.0.0"
22-
sdk_version: str = "0.0.1"
22+
sdk_version: str = "aptabase-python@0.1.0"
2323

2424
def to_dict(self) -> dict[str, Any]:
2525
"""Convert to dictionary format for API requests."""

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)