Increment version to v1.3.0

This commit is contained in:
Jacob Alexander
2023-01-26 16:43:40 -08:00
parent 01c4469e08
commit 33c453eff7
2 changed files with 12 additions and 2 deletions

View File

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