Skip to content

Commit 2ec5683

Browse files
🐛 Fix author name and email
1 parent 55c0106 commit 2ec5683

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

asa_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
"configure_logging",
4848
]
4949

50-
__version__ = "0.1.0"
50+
__version__ = "0.1.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "asa-api-client"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A modern Python client for the Apple Search Ads API with full type safety and async support"
99
readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.13"
12-
authors = [{ name = "Peth Pty Ltd", email = "hello@peth.com.au" }]
12+
authors = [{ name = "Sam Petherbridge", email = "hello@peth.me" }]
1313
keywords = [
1414
"apple",
1515
"search-ads",

0 commit comments

Comments
 (0)