mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
Update setup.py with new version number
This commit is contained in:
parent
a4db6d68a6
commit
e93726669d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -7,7 +7,7 @@ from setuptools import setup, Extension
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
# Version number
|
# Version number
|
||||||
version = '0.6.1'
|
version = '0.8'
|
||||||
|
|
||||||
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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue