mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Merge branch 'release/0.4.3' into develop
This commit is contained in:
commit
df0961f36b
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 = 2
|
||||
MICRO = 3
|
||||
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
|
||||
|
||||
def write_version_py(filename=None):
|
||||
|
|
Loading…
Add table
Reference in a new issue