Incrementing to v1.1.0
This commit is contained in:
2
setup.py
2
setup.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user