codemalt / src /distiller /model2vec /version.py
Sarthak
chore: moved model2vec as in internal package
473c3a0
Raw
History Blame Contribute Delete
84 Bytes
__version_triple__ = (0, 5, 0)
__version__ = ".".join(map(str, __version_triple__))