Merge pull request #16 from idmit/patch-1

Change initial version to be 0.1.0
This commit is contained in:
Kenneth Reitz 2016-12-21 23:17:48 -05:00 committed by GitHub
commit 9bce61d247
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ with open('LICENSE') as f:
setup(
name='sample',
version='0.0.1',
version='0.1.0',
description='Sample package for Python-Guide.org',
long_description=readme,
author='Kenneth Reitz',