Skip to content

Commit

Permalink
Merge pull request #48 from alexei/feature/release
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
alexei authored May 1, 2018
2 parents 8cb480e + ecf2355 commit 111d8db
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.1',
version='2.0.2',
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.1.tar.gz', # noqa
download_url='https://github.com/alexei/python-adapters/archive/2.0.2.tar.gz', # noqa
keywords=['adapter pattern'],
install_requires=[
'future',
Expand Down

0 comments on commit 111d8db

Please sign in to comment.