Python: 0.1.4

This commit is contained in:
Naoki INADA
2010-06-15 18:06:58 +09:00
parent 59603b902a
commit f222f5ed9b

View File

@@ -14,7 +14,7 @@ except ImportError:
from distutils.command.build_ext import build_ext
have_cython = False
version = '0.1.3'
version = '0.1.4'
# take care of extension modules.
if have_cython: