Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
iDutchy committed Oct 16, 2020
1 parent 0f3d3ac commit 972ffd7
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.1.2',
version = '1.1.3',
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.1.2.tar.gz',
download_url = 'https://github.com/iDutchy/sr_api/archive/1.1.3.tar.gz',
keywords = ['wrapper', 'api', 'random'],
install_requires=['aiohttp'],
classifiers=[
Expand Down

0 comments on commit 972ffd7

Please sign in to comment.