Setup bumpversion

This commit is contained in:
Alexander Engelsberger
2021-05-10 15:24:03 +02:00
parent 49100f43f5
commit 6873927349
3 changed files with 13 additions and 8 deletions

View File

@@ -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"