Skip to content

Commit ecf2355

Browse files
committed
Bump version
1 parent 8cb480e commit ecf2355

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
@@ -9,12 +9,12 @@
99
setup(
1010
name='python-adapters',
1111
packages=['adapters'],
12-
version='2.0.1',
12+
version='2.0.2',
1313
description='Python adapters',
1414
author='Alexei',
1515
author_email='[email protected]',
1616
url='https://github.com/alexei/python-adapters',
17-
download_url='https://github.com/alexei/python-adapters/archive/2.0.1.tar.gz', # noqa
17+
download_url='https://github.com/alexei/python-adapters/archive/2.0.2.tar.gz', # noqa
1818
keywords=['adapter pattern'],
1919
install_requires=[
2020
'future',

0 commit comments

Comments
 (0)