changed version

This commit is contained in:
Nicolo Fusi 2013-03-13 09:27:36 +00:00
parent 734edfe9d9
commit 794f918eb0

View file

@ -6,7 +6,7 @@ from numpy.distutils.core import Extension, setup
#from sphinx.setup_command import BuildDoc #from sphinx.setup_command import BuildDoc
# Version number # Version number
version = '0.1.3' version = '0.2'
def read(fname): def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() return open(os.path.join(os.path.dirname(__file__), fname)).read()