mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-28 14:26:23 +02:00
Changed version
This commit is contained in:
parent
0715baa0c8
commit
18bd913d0b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -5,7 +5,7 @@ import os
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
# Version number
|
# Version number
|
||||||
version = '0.3.2'
|
version = '0.4.0'
|
||||||
|
|
||||||
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