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)