start at devnum 0 so the first bump goes to 1
This commit is contained in:
parent
4a8b7b06af
commit
ca670f43a4
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ extras_require['dev'] = (
|
|||
setup(
|
||||
name='<PYPI_NAME>',
|
||||
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
|
||||
version='0.1.0-alpha.1',
|
||||
version='0.1.0-alpha.0',
|
||||
description="""<PYPI_NAME>: <SHORT_DESCRIPTION>""",
|
||||
long_description_markdown_filename='README.md',
|
||||
author='Jason Carver',
|
||||
|
|
Loading…
Reference in New Issue
Block a user