Skip to content

Commit

Permalink
chore(release): v0.3.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2023
1 parent b713da8 commit 645ff5e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@



## v0.3.8 (2023-11-26)

### Fix

* fix: readme example (#56) ([`b713da8`](https://github.com/AI21Labs/ai21-tokenizer/commit/b713da8cdfe6434ac03cd25eaea7036ed172bf59))


## v0.3.7 (2023-11-23)

### Chore

* chore(release): v0.3.7 [skip ci] ([`a181ae6`](https://github.com/AI21Labs/ai21-tokenizer/commit/a181ae67bee062b1ac74633a0b6d37fc2a34c4fc))

### Ci

* ci: workflow dispatch for release (#54) ([`dbf5609`](https://github.com/AI21Labs/ai21-tokenizer/commit/dbf5609f63966804ea56e3c6b3e671498cd9feb3))
Expand Down
2 changes: 1 addition & 1 deletion ai21_tokenizer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.3.7"
VERSION = "0.3.8"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ schema_pattern = "(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|

[tool.poetry]
name = "ai21-tokenizer"
version = "0.3.7"
version = "0.3.8"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down Expand Up @@ -104,6 +104,7 @@ newline_sequence = "\n"




[tool.poetry.group.test.dependencies]
coverage = "^7.1.0"
pytest = "7.2.1"
Expand Down

0 comments on commit 645ff5e

Please sign in to comment.