mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +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
|
||||
|
||||
# Version number
|
||||
version = '0.6.1'
|
||||
version = '0.8'
|
||||
|
||||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue