mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Bump version for Python
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tokenizers-python"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Anthony MOI <m.anthony.moi@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
@ -3,7 +3,7 @@ from setuptools_rust import Binding, RustExtension
|
||||
|
||||
setup(
|
||||
name="tokenizers",
|
||||
version="0.2.0",
|
||||
version="0.2.1",
|
||||
description="Fast and Customizable Tokenizers",
|
||||
long_description=open("README.md", "r", encoding="utf-8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.2.1"
|
||||
|
||||
from .tokenizers import Tokenizer, Encoding
|
||||
from .tokenizers import decoders
|
||||
|
Reference in New Issue
Block a user