summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorinada-n <songofacandy@gmail.com>2009-12-16 22:18:17 +0900
committerinada-n <songofacandy@gmail.com>2009-12-16 22:18:17 +0900
commit52a1ace9eff2e8e7ce57a26ef331a05e1a75ad93 (patch)
tree29c4d230956638d2f8fb24177d174b40b1ae59d3 /setup.py
parentbb93f093b6a7c4bbba46fe73f08fd8e8c7325443 (diff)
downloadmsgpack-python-52a1ace9eff2e8e7ce57a26ef331a05e1a75ad93.tar.gz
Make new Python release.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b26b9e8..ee37098 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from distutils.core import setup, Extension
#from Cython.Distutils import build_ext
import os
-version = '0.1.1'
+version = '0.1.2'
msgpack_mod = Extension('msgpack._msgpack',
#sources=['msgpack/_msgpack.pyx']