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 f505393 commit cafc6d6Copy full SHA for cafc6d6
tokenlearn/version.py
@@ -1,2 +1,2 @@
1
-__version_triple__ = (0, 2, 0)
+__version_triple__ = (0, 2, 1)
2
__version__ = ".".join(map(str, __version_triple__))
0 commit comments