mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +02:00
commit
2bf85d60e8
4 changed files with 10 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ from . import plotting
|
|||
from .core import Model
|
||||
from .core.parameterization import Param, Parameterized, ObsAr
|
||||
|
||||
__version__ = '0.8.0'
|
||||
from .__version__ import __version__
|
||||
|
||||
#@nottest
|
||||
try:
|
||||
|
|
|
|||
1
GPy/__version__.py
Normal file
1
GPy/__version__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
__version__ = "0.8.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue