We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffccce8 commit a3a321cCopy full SHA for a3a321c
setup.py
@@ -3,13 +3,13 @@
3
setup(
4
name="admitad",
5
packages=['admitad', 'admitad.items'],
6
- version='1.1.0',
+ version='1.1.1',
7
author='Admitad Dev Bot',
8
author_email='[email protected]',
9
description='A Python wrapper around the Admitad API',
10
license='MIT',
11
url='https://github.com/admitad/admitad-python-api',
12
- download_url='https://github.com/admitad/admitad-python-api/tarball/1.1',
+ download_url='https://github.com/admitad/admitad-python-api/tarball/1.1.1',
13
keywords=['admitad'],
14
install_requires=['requests>=2.0', 'future'],
15
tests_require=['nose2', 'responses'],
0 commit comments