We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb480e commit ecf2355Copy full SHA for ecf2355
setup.py
@@ -9,12 +9,12 @@
9
setup(
10
name='python-adapters',
11
packages=['adapters'],
12
- version='2.0.1',
+ version='2.0.2',
13
description='Python adapters',
14
author='Alexei',
15
author_email='[email protected]',
16
url='https://github.com/alexei/python-adapters',
17
- download_url='https://github.com/alexei/python-adapters/archive/2.0.1.tar.gz', # noqa
+ download_url='https://github.com/alexei/python-adapters/archive/2.0.2.tar.gz', # noqa
18
keywords=['adapter pattern'],
19
install_requires=[
20
'future',
0 commit comments