cython: bump version in setup_cython.py to 3.0.3

This commit is contained in:
Nguyen Anh Quynh 2015-05-12 09:33:38 +08:00
parent 745ac64729
commit 06bc3f6cad
1 changed files with 1 additions and 1 deletions

View File

@ -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']