mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 21:18:23 +01:00
Make new Python release.
This commit is contained in:
parent
5ff2c6be74
commit
1ed4236bcf
@ -5,7 +5,7 @@ from distutils.core import setup, Extension
|
||||
#from Cython.Distutils import build_ext
|
||||
import os
|
||||
|
||||
version = '0.1.1'
|
||||
version = '0.1.2'
|
||||
|
||||
msgpack_mod = Extension('msgpack._msgpack',
|
||||
#sources=['msgpack/_msgpack.pyx']
|
||||
|
@ -5,7 +5,7 @@ from distutils.core import setup, Extension
|
||||
from Cython.Distutils import build_ext
|
||||
import os
|
||||
|
||||
version = '0.1.1dev'
|
||||
version = '0.1.2dev'
|
||||
|
||||
msgpack_mod = Extension('msgpack._msgpack',
|
||||
sources=['msgpack/_msgpack.pyx']
|
||||
|
Loading…
x
Reference in New Issue
Block a user