Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuf committed Jan 26, 2022
1 parent 3c709c0 commit 724c4a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
twine upload dist/*
2 changes: 1 addition & 1 deletion ad_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.6"
__version__ = "0.1.7"
2 changes: 1 addition & 1 deletion requeriments.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-amazon-ad-api
version = 0.1.6
version = 0.1.7
author = Daniel Alvaro
author_email = [email protected]
description = Python wrapper for the Amazon Advertising API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 724c4a1

Please sign in to comment.