diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f21516..b55facd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index fa8e92a..0567588 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'ngssteenman@gmail.com', 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=[