Release 0.1.0

This commit is contained in:
Naoki INADA 2009-07-12 20:02:21 +09:00
parent e963ad55d2
commit 2d885ad22a
3 changed files with 9 additions and 9 deletions

View file

@ -5,7 +5,7 @@ from distutils.core import setup, Extension
from Cython.Distutils import build_ext
import os
version = '0.0.1dev'
version = '0.1.0'
msgpack_mod = Extension('msgpack._msgpack',
sources=['msgpack/_msgpack.pyx']