Incrementing to v1.1.0

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

View file

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