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/setup.py | |
parent | 0db5e0439dab0445d9f84aa5f6fbf2f535cd8d0d (diff) | |
download | msgpack-python-d19c4889293ef15f00ebe55c4246eaf8c48f44cc.tar.gz |
version: python-0.1.1
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 2 |
1 files changed, 1 insertions, 1 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'] |