diff options
author | inada-n <omoikane@users.sourceforge.jp> | 2009-07-13 15:52:25 +0900 |
---|---|---|
committer | inada-n <omoikane@users.sourceforge.jp> | 2009-07-13 15:52:25 +0900 |
commit | d19c4889293ef15f00ebe55c4246eaf8c48f44cc (patch) | |
tree | dfbee5ed1a9102fb69e977146f7999217255aadc /python | |
parent | 0db5e0439dab0445d9f84aa5f6fbf2f535cd8d0d (diff) | |
download | msgpack-python-d19c4889293ef15f00ebe55c4246eaf8c48f44cc.tar.gz |
version: python-0.1.1
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 c0d121b..b26b9e8 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.0' +version = '0.1.1' msgpack_mod = Extension('msgpack._msgpack', #sources=['msgpack/_msgpack.pyx'] diff --git a/python/setup_dev.py b/python/setup_dev.py index 255e0db..e28ef25 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.0' +version = '0.1.1dev' msgpack_mod = Extension('msgpack._msgpack', sources=['msgpack/_msgpack.pyx'] |