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 | 3a5f7f53ff26c73396a211157d3d5c713bfc1b8a (patch) | |
| tree | 8aa7b99dc29e582f536960b8a004ce31f22729e7 /python | |
| parent | 1ed4236bcf1f96e997dc453b2f88a7c4e385688c (diff) | |
| download | msgpack-python-3a5f7f53ff26c73396a211157d3d5c713bfc1b8a.tar.gz | |
Start 0.2.0
Diffstat (limited to 'python')
| -rwxr-xr-x | python/setup.py | 2 | ||||
| -rwxr-xr-x | python/setup_dev.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py index ee37098..c48be14 100755 --- a/python/setup.py +++ b/python/setup.py @@ -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/python/setup_dev.py b/python/setup_dev.py index abed7cd..4efc769 100755 --- a/python/setup_dev.py +++ b/python/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'] |
