Skip to content

Commit 4240519

Browse files
committed
v0.20.1
1 parent f4bda22 commit 4240519

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

baize/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 20, 0)
1+
VERSION = (0, 20, 1)
22

33
__version__ = ".".join(map(str, VERSION))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = { text = "Apache-2.0" }
1717
name = "baize"
1818
readme = "README.md"
1919
requires-python = ">=3.7"
20-
version = "0.20.0"
20+
version = "0.20.1"
2121

2222
[project.urls]
2323
Homepage = "https://github.com/abersheeran/baize"

0 commit comments

Comments
 (0)