Skip to content

Commit 727a5ef

Browse files
Daniel AlvaroDaniel Alvaro
authored andcommitted
v0.8.2
1 parent 9ae8fa0 commit 727a5ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ad_api/version.py

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

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.8.1
3+
version = 0.8.2
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.8.1',
5+
version='0.8.2',
66
install_requires=[
77
"requests>=2.27.1,<2.34.0",
88
"six>=1.16,<1.18",

0 commit comments

Comments
 (0)