mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-29 06:46:22 +02:00
[version] handling version in a file
This commit is contained in:
parent
60aca4a635
commit
ac70d3da21
4 changed files with 8 additions and 7 deletions
|
|
@ -21,7 +21,8 @@ from . import plotting
|
|||
from .core import Model
|
||||
from .core.parameterization import Param, Parameterized, ObsAr
|
||||
|
||||
__version__ = '0.8.0'
|
||||
with open('VERSION', 'r') as f:
|
||||
__version__ = f.read()
|
||||
|
||||
#@nottest
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue