Skip to content

Commit 5929c33

Browse files
committed
v0.8.0
1 parent ee7915f commit 5929c33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,4 +415,4 @@ We are not affiliated with Amazon but they used our api :)
415415

416416

417417
---
418-
*Last release: v0.7.11 (via electropaco automated release process no memory)*
418+
*Last release: v0.8.0 (via electropaco automated release process no memory)*

ad_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.11"
1+
__version__ = "0.8.0"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = python-amazon-ad-api
3-
version = 0.7.11
3+
version = 0.8.0
44
author = Daniel Alvaro
55
author_email = denisneuf@hotmail.com
66
description = Python wrapper for the Amazon Advertising API

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='python-amazon-ad-api',
5-
version='0.7.11',
5+
version='0.8.0',
66
install_requires=[
77
"requests>=2.27.1,<2.34.0",
88
"six>=1.16,<1.18",

0 commit comments

Comments
 (0)