From 6aa59476a021cef601b0a7193a8bc7573aad31c0 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Mon, 7 Jun 2021 21:30:48 -0700 Subject: [PATCH] Incrementing to v1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 583eabf..dd52b1b 100644 --- a/setup.py +++ b/setup.py @@ -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)