version: python-0.1.1

This commit is contained in:
inada-n 2009-07-13 15:52:25 +09:00
parent dc4e20ed35
commit 3a0851b949
2 changed files with 2 additions and 2 deletions

View file

@ -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']