Skip to content

Commit

Permalink
v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Feb 16, 2023
1 parent f4bda22 commit 4240519
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, 0)
VERSION = (0, 20, 1)

__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 @@ -17,7 +17,7 @@ license = { text = "Apache-2.0" }
name = "baize"
readme = "README.md"
requires-python = ">=3.7"
version = "0.20.0"
version = "0.20.1"

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

0 comments on commit 4240519

Please sign in to comment.