mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Incrementing to v1.1.0
This commit is contained in:
parent
08906920d1
commit
6aa59476a0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue