From 5ab7fb770cdd55ca602f2dc9f90bf41db789c8c7 Mon Sep 17 00:00:00 2001 From: iDutchy Date: Tue, 13 Oct 2020 18:31:52 -0500 Subject: [PATCH] oops --- CHANGELOG.md | 4 ++++ setup.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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=[