Bump version to 1.1.0+dev post release

This commit is contained in:
Joshua Oreman 2023-03-01 01:02:21 -07:00
parent e38557217d
commit e11aaf6b17
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.1.0"
__version__ = "1.1.0+dev"
VERSION = (1, 1, 0)