From a17b6552200a8b9c547f54c30d2e7fa203eafd01 Mon Sep 17 00:00:00 2001 From: the fixer of typos <30674647+umbresp@users.noreply.github.com> Date: Tue, 13 Feb 2018 16:43:15 -0600 Subject: [PATCH] oops again --- brawlstars.egg-info/PKG-INFO | 2 +- brawlstars/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brawlstars.egg-info/PKG-INFO b/brawlstars.egg-info/PKG-INFO index 6dcf1b2..161e064 100644 --- a/brawlstars.egg-info/PKG-INFO +++ b/brawlstars.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: brawlstars -Version: 0.2.0 +Version: 0.2.2 Summary: A wrapper, both asynchronous and not, for the Brawl Stars API made by Zihad! Home-page: https://github.com/umbresp/brawlstars Author: Umbresp diff --git a/brawlstars/__init__.py b/brawlstars/__init__.py index b3aba85..0dcf7c2 100644 --- a/brawlstars/__init__.py +++ b/brawlstars/__init__.py @@ -4,5 +4,5 @@ __author__ = 'Umbresp' __title__ = 'brawlstars' __license__ = 'MIT' -__version__ = '0.2.0' +__version__ = '0.2.2' __github__ = 'https://www.github.com/umbresp/brawlstars' diff --git a/setup.py b/setup.py index 1e10380..d601aed 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='brawlstars', - version='0.2.0', + version='0.2.2', description='A wrapper, both asynchronous and not, for the Brawl Stars API made by Zihad!', long_description="I am bad at writing descriptions. TODO", url='https://github.com/umbresp/brawlstars',