Setup bumpversion
This commit is contained in:
@@ -5,9 +5,4 @@ from .glvq import GLVQ, GMLVQ, GRLVQ, LVQMLN, ImageGLVQ, SiameseGLVQ
|
||||
from .neural_gas import NeuralGas
|
||||
from .vis import *
|
||||
|
||||
VERSION_FALLBACK = "uninstalled_version"
|
||||
try:
|
||||
__version__ = version(__name__.replace(".", "-"))
|
||||
except PackageNotFoundError:
|
||||
__version__ = VERSION_FALLBACK
|
||||
pass
|
||||
__version__ = "0.0.0"
|
Reference in New Issue
Block a user