Skip to content

Commit a3a321c

Browse files
author
Ilya Tumash
committed
v1.1.1
1 parent ffccce8 commit a3a321c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
setup(
44
name="admitad",
55
packages=['admitad', 'admitad.items'],
6-
version='1.1.0',
6+
version='1.1.1',
77
author='Admitad Dev Bot',
88
author_email='[email protected]',
99
description='A Python wrapper around the Admitad API',
1010
license='MIT',
1111
url='https://github.com/admitad/admitad-python-api',
12-
download_url='https://github.com/admitad/admitad-python-api/tarball/1.1',
12+
download_url='https://github.com/admitad/admitad-python-api/tarball/1.1.1',
1313
keywords=['admitad'],
1414
install_requires=['requests>=2.0', 'future'],
1515
tests_require=['nose2', 'responses'],

0 commit comments

Comments
 (0)