Skip to content

Commit 37372b6

Browse files
authored
Merge pull request #1207 from huggingface/v0.13.3
New release
2 parents a05be6b + ce244bd commit 37372b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/py_src/tokenizers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.3.rc1"
1+
__version__ = "0.13.3"
22

33
from enum import Enum
44
from typing import List, Tuple, Union

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="tokenizers",
12-
version="0.13.3rc1",
12+
version="0.13.3",
1313
description="Fast and Customizable Tokenizers",
1414
long_description=open("README.md", "r", encoding="utf-8").read(),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)