We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cb5566 + 26ab567 commit c29f0c5Copy full SHA for c29f0c5
setup.py
@@ -9,12 +9,12 @@
9
setup(
10
name='python-adapters',
11
packages=['adapters'],
12
- version='2.0.0',
+ version='2.0.1',
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/2.0.0.tar.gz', # noqa
+ download_url='https://github.com/alexei/python-adapters/archive/2.0.1.tar.gz', # noqa
18
keywords=['adapter pattern'],
19
install_requires=['python-dateutil>=2.6.0'],
20
)
0 commit comments