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:
parent
54e0190dc0
commit
33ed507412
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ with open('LICENSE') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='sample',
|
name='sample',
|
||||||
version='0.0.1',
|
version='0.1.0',
|
||||||
description='Sample package for Python-Guide.org',
|
description='Sample package for Python-Guide.org',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
author='Kenneth Reitz',
|
author='Kenneth Reitz',
|
||||||
|
|
Loading…
Reference in New Issue