Skip to content

Commit cafc6d6

Browse files
authored
feat: update version to 0.2.1 (#27)
1 parent f505393 commit cafc6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenlearn/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_triple__ = (0, 2, 0)
1+
__version_triple__ = (0, 2, 1)
22
__version__ = ".".join(map(str, __version_triple__))

0 commit comments

Comments
 (0)