From ca670f43a4be6b2d6f326e07419c6b07c2167db1 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 24 Jan 2018 16:35:36 -0800 Subject: [PATCH] start at devnum 0 so the first bump goes to 1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 181033e..fbef344 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ extras_require['dev'] = ( setup( 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=""": """, long_description_markdown_filename='README.md', author='Jason Carver',