Skip to content

Commit

Permalink
v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Sep 20, 2024
1 parent c991210 commit 4c303bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baize/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 22, 1)
VERSION = (0, 22, 2)

__version__ = ".".join(map(str, VERSION))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = { text = "Apache-2.0" }
name = "baize"
readme = "README.md"
requires-python = ">=3.7"
version = "0.22.1"
version = "0.22.2"

[project.urls]
Homepage = "https://github.com/abersheeran/baize"
Expand Down

0 comments on commit 4c303bd

Please sign in to comment.