mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Release 0.1.0
This commit is contained in:
parent
900785e1aa
commit
e5c49dae13
3 changed files with 9 additions and 9 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue