Update setup.py with new version number

This commit is contained in:
mikecroucher 2015-09-09 00:20:47 +01:00
parent a4db6d68a6
commit e93726669d

View file

@ -7,7 +7,7 @@ from setuptools import setup, Extension
import numpy as np
# Version number
version = '0.6.1'
version = '0.8'
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()