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

Commit 784e125

Browse files
committed
Set to the next version
1 parent dff55df commit 784e125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name='crasync',
55
packages=['crasync'], # this must be the same as the name above
6-
version='v1.0.0a',
6+
version='v1.1.0',
77
description='An async wrapper for cr-api.com',
88
author='verixx',
99
author_email='[email protected]',
1010
url='https://github.com/grokkers/cr-async', # use the URL to the github repo
11-
download_url='https://github.com/grokkers/cr-async/archive/v1.0.0-alpha.tar.gz', # I'll explain this in a second
11+
download_url='https://github.com/grokkers/cr-async/archive/v1.1.0.tar.gz', # I'll explain this in a second
1212
keywords=['clashroyale'], # arbitrary keywords
1313
classifiers=[],
1414
install_requires=['aiohttp>=2.0.0,<2.3.0']

0 commit comments

Comments
 (0)