Change initial version to be 0.1.0

If it's intended to use semantic versioning then it's doesn't make sense to start from a bug fix release.
This commit is contained in:
Ivan Dmitrievsky 2016-12-21 21:24:58 +03:00 committed by GitHub
parent 54e0190dc0
commit 33ed507412
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',