Skip to content

Commit 0f49c06

Browse files
committed
Bump version
1 parent 66b6560 commit 0f49c06

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
@@ -3,12 +3,12 @@
33
name='medium',
44
packages=['medium'],
55
install_requires=['requests'],
6-
version='0.2.0',
6+
version='0.3.0',
77
description='SDK for working with the Medium API',
88
author='Kyle Hardgrave',
99
author_email='[email protected]',
1010
url='https://github.com/Medium/medium-sdk-python',
11-
download_url='https://github.com/Medium/medium-sdk-python/tarball/v0.2.0',
11+
download_url='https://github.com/Medium/medium-sdk-python/tarball/v0.3.0',
1212
keywords=['medium', 'sdk', 'oauth', 'api'],
1313
classifiers=[],
1414
)

0 commit comments

Comments
 (0)