Skip to content

Commit

Permalink
v0.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Nov 26, 2023
1 parent 5a1439a commit 2569f5c
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, 20, 6)
VERSION = (0, 20, 7)

__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.20.6"
version = "0.20.7"

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

0 comments on commit 2569f5c

Please sign in to comment.