diff options
author | Naoki INADA <inada-n@eagle> | 2009-07-12 20:02:21 +0900 |
---|---|---|
committer | Naoki INADA <inada-n@eagle> | 2009-07-12 20:02:21 +0900 |
commit | e5c49dae13b26f2155dffffbc4e9915badbcecfb (patch) | |
tree | 469d2ccf2b5749c294e8c85b4f465be341d56c96 /python/setup.py | |
parent | 900785e1aa2e031a4496f8c2a30bb95d0c950b9b (diff) | |
download | msgpack-python-e5c49dae13b26f2155dffffbc4e9915badbcecfb.tar.gz |
Release 0.1.0
Diffstat (limited to 'python/setup.py')
-rwxr-xr-x | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index fa8cb3a..255e0db 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.0.1dev' +version = '0.1.0' msgpack_mod = Extension('msgpack._msgpack', sources=['msgpack/_msgpack.pyx'] |