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.
2 parents 8cb480e + ecf2355 commit 111d8dbCopy full SHA for 111d8db
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='hello@alexei.ro',
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