summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@klab.jp>2010-06-15 18:06:58 +0900
committerNaoki INADA <inada-n@klab.jp>2010-06-15 18:06:58 +0900
commitf222f5ed9b49e9b9f4d31693969c4260ad97cef0 (patch)
treea0c729b18e4ef28eef253de286e55cf0cba3f3c1 /python/setup.py
parent59603b902adf2abe0d274f41520569fde387a841 (diff)
downloadmsgpack-python-f222f5ed9b49e9b9f4d31693969c4260ad97cef0.tar.gz
Python: 0.1.4
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
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: