Bump version to 1.0.0+dev post release

This commit is contained in:
Joshua Oreman 2022-01-14 13:31:43 -07:00
parent c03aec2e88
commit 69436c1328
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# This file is imported from __init__.py and exec'd from setup.py
__version__ = "1.0.0"
__version__ = "1.0.0+dev"
VERSION = (1, 0, 0)