Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

Commit

Permalink
Fixed up version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Oct 30, 2017
1 parent 3fcb618 commit 1fe58f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crasync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# METADATA #
############

__version__ = 'v1.3.0'
__version__ = 'v2.0.0'
__title__ = 'crasync'
__license__ = 'MIT'
__author__ = 'verixx'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
setup(
name='crasync',
packages=['crasync'], # this must be the same as the name above
version='v1.3.0',
version='v2.0.0',
description='An async wrapper for cr-api.com',
author='verixx',
license='MIT',
author_email='[email protected]',
url='https://github.com/grokkers/cr-async', # use the URL to the github repo
download_url='https://github.com/grokkers/cr-async/archive/v1.3.0.tar.gz', # I'll explain this in a second
download_url='https://github.com/grokkers/cr-async/archive/v2.0.0.tar.gz', # I'll explain this in a second
keywords=['clashroyale'], # arbitrary keywords
classifiers=[],
install_requires=['aiohttp>=2.0.0,<2.3.0'],
Expand Down

0 comments on commit 1fe58f3

Please sign in to comment.