Incrementing to v1.1.0

This commit is contained in:
Jacob Alexander
2021-06-07 21:30:48 -07:00
parent 08906920d1
commit 6aa59476a0

View File

@@ -21,7 +21,7 @@ from buildutils.bundle import fetch_libcapnp
_this_dir = os.path.dirname(__file__) _this_dir = os.path.dirname(__file__)
MAJOR = 1 MAJOR = 1
MINOR = 0 MINOR = 1
MICRO = 0 MICRO = 0
TAG = '' TAG = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TAG) VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TAG)