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