mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
[version] controlling the version from __version__.py using bumpversion and setup.cfg
This commit is contained in:
parent
ac70d3da21
commit
3c2ea9033a
4 changed files with 7 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
0.8.0
|
||||
|
|
@ -21,8 +21,7 @@ from . import plotting
|
|||
from .core import Model
|
||||
from .core.parameterization import Param, Parameterized, ObsAr
|
||||
|
||||
with open('VERSION', 'r') as f:
|
||||
__version__ = f.read()
|
||||
from .__version__ import __version__
|
||||
|
||||
#@nottest
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue