Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iDutchy committed Oct 13, 2020
1 parent 87a175e commit 5ab7fb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.1.1 - Oktober 14, 2020
* Fixed the big mistake I made
* gave access to sr_api.InputError and sr_api.PremiumOnly

### v1.1.0 - Oktober 14, 2020
* Fixed client token error
* Added amongus endpoint
Expand Down
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.0',
version = '1.1.1',
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.0.tar.gz',
download_url = 'https://github.com/iDutchy/sr_api/archive/1.1.1.tar.gz',
keywords = ['wrapper', 'api', 'random'],
install_requires=['aiohttp'],
classifiers=[
Expand Down

0 comments on commit 5ab7fb7

Please sign in to comment.