From ee23b2f8999a75a085176cba4b9fc0b6b978eb82 Mon Sep 17 00:00:00 2001 From: the fixer of typos <30674647+umbresp@users.noreply.github.com> Date: Fri, 16 Feb 2018 16:59:19 -0600 Subject: [PATCH] this --- brawlstars.egg-info/PKG-INFO | 2 +- brawlstars/__init__.py | 2 +- docs/readme.md | 2 ++ setup.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/brawlstars.egg-info/PKG-INFO b/brawlstars.egg-info/PKG-INFO index 1d62ef0..52bd2bb 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.4 +Version: 0.2.5 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 d24f8ac..ed9bcff 100644 --- a/brawlstars/__init__.py +++ b/brawlstars/__init__.py @@ -4,5 +4,5 @@ __author__ = 'Umbresp' __title__ = 'brawlstars' __license__ = 'MIT' -__version__ = '0.2.4' +__version__ = '0.2.5' __github__ = 'https://www.github.com/umbresp/brawlstars' diff --git a/docs/readme.md b/docs/readme.md index d9e6191..db25020 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -23,3 +23,5 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ## Table of Contents + +__**UNDER CONSTRUCTION**__ \ No newline at end of file diff --git a/setup.py b/setup.py index 83b96c0..4b45666 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='brawlstars', - version='0.2.4', + version='0.2.5', 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',