We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02c300 commit 4055b90Copy full SHA for 4055b90
model2vec/version.py
@@ -1,2 +1,2 @@
1
-__version_triple__ = (0, 4, 1)
+__version_triple__ = (0, 5, 0)
2
__version__ = ".".join(map(str, __version_triple__))
0 commit comments