Skip to content

Commit

Permalink
Update for V0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
stanvanrooy authored Nov 16, 2020
1 parent 1c5bb94 commit a0bd6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
setup(
name='instauto',
packages=setuptools.find_packages(),
version='0.0.17',
version='0.0.18',
license='MIT',
description='Python wrapper for the private Instagram API',
author='Stan van Rooy',
author_email='[email protected]',
url='https://github.com/stanvanrooy/instauto',
download_url='https://github.com/stanvanrooy/instauto/archive/0.0.17.tar.gz',
download_url='https://github.com/stanvanrooy/instauto/archive/0.0.18.tar.gz',
keywords=['instagram api', 'private instagram api'],
install_requires=[
'requests',
Expand Down

0 comments on commit a0bd6ed

Please sign in to comment.