summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
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']