diff options
| author | Naoki INADA <inada-n@klab.jp> | 2010-06-15 18:06:58 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@klab.jp> | 2010-06-15 18:06:58 +0900 |
| commit | f222f5ed9b49e9b9f4d31693969c4260ad97cef0 (patch) | |
| tree | a0c729b18e4ef28eef253de286e55cf0cba3f3c1 /python/setup.py | |
| parent | 59603b902adf2abe0d274f41520569fde387a841 (diff) | |
| download | msgpack-python-f222f5ed9b49e9b9f4d31693969c4260ad97cef0.tar.gz | |
Python: 0.1.4
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 8d8a6f4..64e71ed 100755 --- a/python/setup.py +++ b/python/setup.py @@ -14,7 +14,7 @@ except ImportError: from distutils.command.build_ext import build_ext have_cython = False -version = '0.1.3' +version = '0.1.4' # take care of extension modules. if have_cython: |
