We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100dd5d commit 4851098Copy full SHA for 4851098
1 file changed
setup.py
@@ -9,11 +9,11 @@
9
setup(
10
name='python-adapters',
11
packages=['adapters'],
12
- version='1.0.1',
+ version='2.0.0',
13
description='Python adapters',
14
author='Alexei',
15
author_email='hello@alexei.ro',
16
url='https://github.com/alexei/python-adapters',
17
- download_url='https://github.com/alexei/python-adapters/archive/1.0.1.tar.gz', # noqa
+ download_url='https://github.com/alexei/python-adapters/archive/2.0.0.tar.gz', # noqa
18
keywords=['adapter pattern']
19
)
0 commit comments