Skip to content

Commit b644117

Browse files
committed
v0.20.0
1 parent c35f50c commit b644117

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, 19, 1)
1+
VERSION = (0, 20, 0)
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.19.1"
20+
version = "0.20.0"
2121

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

0 commit comments

Comments
 (0)