summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorinada-n <omoikane@users.sourceforge.jp>2009-07-13 15:52:25 +0900
committerinada-n <omoikane@users.sourceforge.jp>2009-07-13 15:52:25 +0900
commitd19c4889293ef15f00ebe55c4246eaf8c48f44cc (patch)
treedfbee5ed1a9102fb69e977146f7999217255aadc /python
parent0db5e0439dab0445d9f84aa5f6fbf2f535cd8d0d (diff)
downloadmsgpack-python-d19c4889293ef15f00ebe55c4246eaf8c48f44cc.tar.gz
version: python-0.1.1
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
-rwxr-xr-xpython/setup_dev.py2
2 files changed, 2 insertions, 2 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']
diff --git a/python/setup_dev.py b/python/setup_dev.py
index 255e0db..e28ef25 100755
--- a/python/setup_dev.py
+++ b/python/setup_dev.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.1dev'
msgpack_mod = Extension('msgpack._msgpack',
sources=['msgpack/_msgpack.pyx']