mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Bump version for v0.3.14
This commit is contained in:
parent
effacb872f
commit
6733b84b07
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ import os
|
|||
|
||||
MAJOR = 0
|
||||
MINOR = 3
|
||||
MICRO = 13
|
||||
MICRO = 14
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
def write_version_py(filename=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue