We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c0106 commit 2ec5683Copy full SHA for 2ec5683
2 files changed
asa_api_client/__init__.py
@@ -47,4 +47,4 @@
47
"configure_logging",
48
]
49
50
-__version__ = "0.1.0"
+__version__ = "0.1.1"
pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "asa-api-client"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "A modern Python client for the Apple Search Ads API with full type safety and async support"
9
readme = "README.md"
10
license = "MIT"
11
requires-python = ">=3.13"
12
-authors = [{ name = "Peth Pty Ltd", email = "hello@peth.com.au" }]
+authors = [{ name = "Sam Petherbridge", email = "hello@peth.me" }]
13
keywords = [
14
"apple",
15
"search-ads",
0 commit comments