Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexei committed May 30, 2018
1 parent 2759e71 commit 6d12ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
setup(
name='python-adapters',
packages=['adapters'],
version='2.0.2',
version='2.1.0',
description='Python adapters',
author='Alexei',
author_email='[email protected]',
url='https://github.com/alexei/python-adapters',
download_url='https://github.com/alexei/python-adapters/archive/2.0.2.tar.gz', # noqa
download_url='https://github.com/alexei/python-adapters/archive/2.1.0.tar.gz', # noqa
keywords=['adapter pattern'],
install_requires=[
'future',
Expand Down

0 comments on commit 6d12ff9

Please sign in to comment.