diff options
author | Naoki INADA <inada-n@koala> | 2009-12-17 10:43:01 +0900 |
---|---|---|
committer | Naoki INADA <inada-n@koala> | 2009-12-17 10:43:01 +0900 |
commit | fecbeb6d075ab996040c5d1ced3f6b3b6ed9faba (patch) | |
tree | 649b2f1ee5ba6ed688268f7f353396435bdc3391 | |
parent | 52a1ace9eff2e8e7ce57a26ef331a05e1a75ad93 (diff) | |
download | msgpack-python-fecbeb6d075ab996040c5d1ced3f6b3b6ed9faba.tar.gz |
Start 0.2.0
-rwxr-xr-x | setup.py | 2 | ||||
-rwxr-xr-x | setup_dev.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ from distutils.core import setup, Extension #from Cython.Distutils import build_ext import os -version = '0.1.2' +version = '0.2.0dev' msgpack_mod = Extension('msgpack._msgpack', #sources=['msgpack/_msgpack.pyx'] diff --git a/setup_dev.py b/setup_dev.py index abed7cd..4efc769 100755 --- a/setup_dev.py +++ b/setup_dev.py @@ -5,7 +5,7 @@ from distutils.core import setup, Extension from Cython.Distutils import build_ext import os -version = '0.1.2dev' +version = '0.2.0dev' msgpack_mod = Extension('msgpack._msgpack', sources=['msgpack/_msgpack.pyx'] |