diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e714c..df6fed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ +## v0.10.0 (2024-06-16) + +### Feature + +* feat: remove python 3.7 support (#87) ([`58482ab`](https://github.com/AI21Labs/ai21-tokenizer/commit/58482abbda7767055345274b38c58ba9fd33b42f)) + + ## v0.9.1 (2024-05-14) +### Chore + +* chore(release): v0.9.1 [skip ci] ([`a260d76`](https://github.com/AI21Labs/ai21-tokenizer/commit/a260d76aece9992f03ac4f004edf6a6dd83f5f13)) + ### Fix * fix: depend on less restrictive version of tokenizers (#85) ([`eab6a14`](https://github.com/AI21Labs/ai21-tokenizer/commit/eab6a14a6a788efbff708df0cded59d2392ef7f2)) diff --git a/ai21_tokenizer/version.py b/ai21_tokenizer/version.py index 3efa2fa..412148a 100644 --- a/ai21_tokenizer/version.py +++ b/ai21_tokenizer/version.py @@ -1 +1 @@ -VERSION = "0.9.1" +VERSION = "0.10.0" diff --git a/pyproject.toml b/pyproject.toml index 862c855..b6ea1f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ schema_pattern = "(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert| [tool.poetry] name = "ai21-tokenizer" -version = "0.9.1" +version = "0.10.0" description = "" authors = ["AI21 Labs"] readme = "README.md"