cython: bump version in setup_cython.py to 3.0.3
This commit is contained in:
parent
745ac64729
commit
06bc3f6cad
|
@ -3,7 +3,7 @@ from distutils.extension import Extension
|
|||
from distutils.command.install_lib import install_lib as _install
|
||||
from Cython.Distutils import build_ext
|
||||
|
||||
VERSION = '3.0.2'
|
||||
VERSION = '3.0.3'
|
||||
|
||||
compile_args = ['-O3', '-fomit-frame-pointer']
|
||||
|
||||
|
|
Loading…
Reference in New Issue