summaryrefslogtreecommitdiff
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
commitf0e6d33f7965908988a8023ed734188d86f4f448 (patch)
treeb9b9098bf0610499be8b5f5eac45577c40623091
parent73ac804b4f7b8d6e1d762e5565fbf10b187c7beb (diff)
downloadmsgpack-python-f0e6d33f7965908988a8023ed734188d86f4f448.tar.gz
Python: 0.1.4
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8d8a6f4..64e71ed 100755
--- a/setup.py
+++ b/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: