From d19c4889293ef15f00ebe55c4246eaf8c48f44cc Mon Sep 17 00:00:00 2001 From: inada-n Date: Mon, 13 Jul 2009 15:52:25 +0900 Subject: [PATCH] version: python-0.1.1 --- python/setup.py | 2 +- python/setup_dev.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index c0d121b6..b26b9e8e 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 255e0db6..e28ef25e 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']