build: bump version 0.1.8 → 0.2.0

This commit is contained in:
Alexander Engelsberger
2021-06-21 16:47:17 +02:00
parent a1d9657b91
commit 71602bf38a
4 changed files with 4 additions and 4 deletions

View File

@@ -23,4 +23,4 @@ from .probabilistic import CELVQ, PLVQ, RSLVQ, SLVQ
from .unsupervised import GrowingNeuralGas, HeskesSOM, KohonenSOM, NeuralGas
from .vis import *
__version__ = "0.1.8"
__version__ = "0.2.0"