Bump version to 1.1 for next feature series development

This commit is contained in:
Scott Kitterman
2019-12-16 15:21:27 -05:00
parent cb32e3e527
commit 73dbcc08a8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ from setuptools import setup
import os
import sys
version = "1.0.1"
version = "1.1"
kw = {} # Work-around for lack of 'or' requires in setuptools.
try: