Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehg committed Oct 12, 2015
1 parent 66b6560 commit 0f49c06
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 @@ -3,12 +3,12 @@
name='medium',
packages=['medium'],
install_requires=['requests'],
version='0.2.0',
version='0.3.0',
description='SDK for working with the Medium API',
author='Kyle Hardgrave',
author_email='[email protected]',
url='https://github.com/Medium/medium-sdk-python',
download_url='https://github.com/Medium/medium-sdk-python/tarball/v0.2.0',
download_url='https://github.com/Medium/medium-sdk-python/tarball/v0.3.0',
keywords=['medium', 'sdk', 'oauth', 'api'],
classifiers=[],
)

0 comments on commit 0f49c06

Please sign in to comment.