apple-search-ads-client 1.0.3__tar.gz → 1.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of apple-search-ads-client might be problematic. Click here for more details.

Files changed (22) hide show
  1. {apple_search_ads_client-1.0.3/src/apple_search_ads_client.egg-info → apple_search_ads_client-1.0.4}/PKG-INFO +1 -1
  2. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/pyproject.toml +1 -1
  3. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/setup.py +1 -1
  4. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4/src/apple_search_ads_client.egg-info}/PKG-INFO +1 -1
  5. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/LICENSE +0 -0
  6. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/MANIFEST.in +0 -0
  7. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/README.md +0 -0
  8. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/requirements-dev.txt +0 -0
  9. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/requirements.txt +0 -0
  10. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/setup.cfg +0 -0
  11. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads/__init__.py +0 -0
  12. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads/client.py +0 -0
  13. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads/exceptions.py +0 -0
  14. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads_client.egg-info/SOURCES.txt +0 -0
  15. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads_client.egg-info/dependency_links.txt +0 -0
  16. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads_client.egg-info/requires.txt +0 -0
  17. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/src/apple_search_ads_client.egg-info/top_level.txt +0 -0
  18. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/tests/__init__.py +0 -0
  19. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/tests/conftest.py +0 -0
  20. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/tests/test_client.py +0 -0
  21. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/tests/test_exceptions.py +0 -0
  22. {apple_search_ads_client-1.0.3 → apple_search_ads_client-1.0.4}/tests/test_integration.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apple-search-ads-client
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A Python client for Apple Search Ads API v5
5
5
  Home-page: https://github.com/bickster/apple-search-ads-python
6
6
  Author: Bickster LLC
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "apple-search-ads-client"
7
- version = "1.0.3"
7
+ version = "1.0.4"
8
8
  authors = [
9
9
  {name = "Bickster LLC", email = "support@bickster.com"},
10
10
  ]
@@ -12,7 +12,7 @@ with open("requirements.txt", "r", encoding="utf-8") as fh:
12
12
 
13
13
  setup(
14
14
  name="apple-search-ads-client",
15
- version="1.0.3",
15
+ version="1.0.4",
16
16
  author="Bickster LLC",
17
17
  author_email="support@bickster.com",
18
18
  description="A Python client for Apple Search Ads API v5",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apple-search-ads-client
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: A Python client for Apple Search Ads API v5
5
5
  Home-page: https://github.com/bickster/apple-search-ads-python
6
6
  Author: Bickster LLC