Upgrade for 0.2 version of capnproto C++ library

This commit is contained in:
Jason Paryani
2013-08-10 13:58:08 -07:00
parent 3ece246f23
commit 07e9d370a9
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ from distutils.core import setup
import os
MAJOR = 0
MINOR = 1
MINOR = 2
MICRO = 0
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)