Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iDutchy committed Oct 13, 2020
1 parent 69c25ad commit bd3653a
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 @@ -3,13 +3,13 @@
setup(
name = 'sr_api',
packages = ['sr_api'],
version = '1.0.7',
version = '1.1.0',
license='MIT',
description = 'An async wrapper for some-random-api',
author = 'Niels Steenman',
author_email = '[email protected]',
url = 'https://github.com/iDutchy/sr_api',
download_url = 'https://github.com/iDutchy/sr_api/archive/1.0.7.tar.gz',
download_url = 'https://github.com/iDutchy/sr_api/archive/1.1.0.tar.gz',
keywords = ['wrapper', 'api', 'random'],
install_requires=['aiohttp'],
classifiers=[
Expand Down

0 comments on commit bd3653a

Please sign in to comment.