Skip to content

Commit c29f0c5

Browse files
authored
Merge pull request #46 from alexei/feature/release
Bump version
2 parents 6cb5566 + 26ab567 commit c29f0c5

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.0',
12+
version='2.0.1',
1313
description='Python adapters',
1414
author='Alexei',
1515
author_email='hello@alexei.ro',
1616
url='https://github.com/alexei/python-adapters',
17-
download_url='https://github.com/alexei/python-adapters/archive/2.0.0.tar.gz', # noqa
17+
download_url='https://github.com/alexei/python-adapters/archive/2.0.1.tar.gz', # noqa
1818
keywords=['adapter pattern'],
1919
install_requires=['python-dateutil>=2.6.0'],
2020
)

0 commit comments

Comments
 (0)