mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-08 18:02:02 +02:00
version: python-0.1.1
This commit is contained in:
parent
0db5e0439d
commit
d19c488929
@ -5,7 +5,7 @@ from distutils.core import setup, Extension
|
|||||||
#from Cython.Distutils import build_ext
|
#from Cython.Distutils import build_ext
|
||||||
import os
|
import os
|
||||||
|
|
||||||
version = '0.1.0'
|
version = '0.1.1'
|
||||||
|
|
||||||
msgpack_mod = Extension('msgpack._msgpack',
|
msgpack_mod = Extension('msgpack._msgpack',
|
||||||
#sources=['msgpack/_msgpack.pyx']
|
#sources=['msgpack/_msgpack.pyx']
|
||||||
|
@ -5,7 +5,7 @@ from distutils.core import setup, Extension
|
|||||||
from Cython.Distutils import build_ext
|
from Cython.Distutils import build_ext
|
||||||
import os
|
import os
|
||||||
|
|
||||||
version = '0.1.0'
|
version = '0.1.1dev'
|
||||||
|
|
||||||
msgpack_mod = Extension('msgpack._msgpack',
|
msgpack_mod = Extension('msgpack._msgpack',
|
||||||
sources=['msgpack/_msgpack.pyx']
|
sources=['msgpack/_msgpack.pyx']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user