Skip to content

Commit

Permalink
Release: 0.2.0 (GLUE Benchmark, BPETokenizer, RoBERTa and WarmUp Sche…
Browse files Browse the repository at this point in the history
…duler Series)
  • Loading branch information
DongjunLee committed Sep 10, 2019
1 parent 7898b1c commit e941f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claf/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CLaF: Clova Language Framework

VERSION = (0, 1, 6)
VERSION = (0, 2, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit e941f8f

Please sign in to comment.