mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Bump version for v0.5.6
This commit is contained in:
parent
e00bff6ef8
commit
4f62593bcc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ _this_dir = os.path.dirname(__file__)
|
|||
|
||||
MAJOR = 0
|
||||
MINOR = 5
|
||||
MICRO = 5
|
||||
MICRO = 6
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue