diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f9b89df..136b2b6 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,4 +28,4 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - twine upload --repository testpypi dist/* \ No newline at end of file + twine upload dist/* \ No newline at end of file diff --git a/ad_api/version.py b/ad_api/version.py index 32efefd..283b03a 100644 --- a/ad_api/version.py +++ b/ad_api/version.py @@ -1 +1 @@ -__version__ = "0.1.6" \ No newline at end of file +__version__ = "0.1.7" \ No newline at end of file diff --git a/requeriments.txt b/requeriments.txt index 3d56d02..87515ea 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,5 +1,5 @@ pytest -requests~=2.26.0 +requests~=2.27.0 six>=1.16,<2 cachetools~=4.2.4 setuptools~=58.0.4 diff --git a/setup.cfg b/setup.cfg index d8d4c9b..a4f6d67 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-amazon-ad-api -version = 0.1.6 +version = 0.1.7 author = Daniel Alvaro author_email = denisneuf@hotmail.com description = Python wrapper for the Amazon Advertising API diff --git a/setup.py b/setup.py index bdda969..83c82d1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-ad-api', - version='0.1.6', + version='0.1.7', install_requires=[ "requests~=2.26.0", "six~=1.16.0",