mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 18:10:54 +00:00
Start 0.2.0
This commit is contained in:
parent
52a1ace9ef
commit
fecbeb6d07
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ from distutils.core import setup, Extension
|
|||
#from Cython.Distutils import build_ext
|
||||
import os
|
||||
|
||||
version = '0.1.2'
|
||||
version = '0.2.0dev'
|
||||
|
||||
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.2dev'
|
||||
version = '0.2.0dev'
|
||||
|
||||
msgpack_mod = Extension('msgpack._msgpack',
|
||||
sources=['msgpack/_msgpack.pyx']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue