Skip to content

Commit 6349ca5

Browse files
committed
Python - Bump version for 0.8.0 release
1 parent 8ae1982 commit 6349ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/setup.py

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

77
setup(
88
name="tokenizers",
9-
version="0.8.0.rc4",
9+
version="0.8.0",
1010
description="Fast and Customizable Tokenizers",
1111
long_description=open("README.md", "r", encoding="utf-8").read(),
1212
long_description_content_type="text/markdown",

bindings/python/tokenizers/__init__.py

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

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

0 commit comments

Comments
 (0)