bumpversion

This commit is contained in:
Derek DeJonghe
2018-06-04 17:48:32 -04:00
parent 77cc45f425
commit cfdae95ce4

View File

@ -7,7 +7,7 @@ except ImportError:
# Python < 3 # Python < 3
from ConfigParser import ConfigParser from ConfigParser import ConfigParser
version = "1.0.6" version = "1.0.7"
class SemVer(object): class SemVer(object):