mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-05 00:41:06 +01:00
Merge branch 'release/0.3.17' into develop
This commit is contained in:
commit
3d80550e3a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ import os
|
||||||
|
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 3
|
MINOR = 3
|
||||||
MICRO = 16
|
MICRO = 17
|
||||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||||
|
|
||||||
def write_version_py(filename=None):
|
def write_version_py(filename=None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue