Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
umbresp committed Feb 16, 2018
1 parent 7d7d875 commit ee23b2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion brawlstars.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion brawlstars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**__
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ee23b2f

Please sign in to comment.