Skip to content

Commit

Permalink
Update ft version to 0.2.0 (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
joey12300 authored Sep 16, 2022
1 parent 0bdb7b5 commit 20ab09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faster_tokenizer/python/faster_tokenizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.6"
__version__ = "0.2.0"

from typing import Tuple, Union, Tuple, List
import sys
Expand Down

0 comments on commit 20ab09b

Please sign in to comment.