Skip to content

Commit

Permalink
*** pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed May 22, 2024
1 parent ea6f26a commit e807091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# DOM tokenizers

DOM-aware tokenizers for Hugging Face language models.
DOM-aware tokenization for Hugging Face language models.

## Installation

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[project]
name = "dom-tokenizers"
version = "0.0.10"
version = "0.0.11"
authors = [{ name = "Gary Benson", email = "[email protected]" }]
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",
Expand Down

0 comments on commit e807091

Please sign in to comment.