Skip to content

Commit 4851098

Browse files
committed
Bump version
1 parent 100dd5d commit 4851098

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
setup(
1010
name='python-adapters',
1111
packages=['adapters'],
12-
version='1.0.1',
12+
version='2.0.0',
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/1.0.1.tar.gz', # noqa
17+
download_url='https://github.com/alexei/python-adapters/archive/2.0.0.tar.gz', # noqa
1818
keywords=['adapter pattern']
1919
)

0 commit comments

Comments
 (0)