diff --git a/pyproject.toml b/pyproject.toml index adf4c0f..fe11366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,9 @@ [project] name = "dom-tokenizers" -version = "0.0.10" +version = "0.0.11" authors = [{ name = "Gary Benson", email = "gary@gbenson.net" }] description = "DOM-aware tokenization for 🤗 Hugging Face language models" readme = "README.md" -license = { text = "Apache Software License" } requires-python = ">=3.10" # match..case classifiers = [ "Development Status :: 4 - Beta",