We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35f50c commit b644117Copy full SHA for b644117
2 files changed
baize/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 19, 1)
+VERSION = (0, 20, 0)
2
3
__version__ = ".".join(map(str, VERSION))
pyproject.toml
@@ -17,7 +17,7 @@ license = { text = "Apache-2.0" }
17
name = "baize"
18
readme = "README.md"
19
requires-python = ">=3.7"
20
-version = "0.19.1"
+version = "0.20.0"
21
22
[project.urls]
23
Homepage = "https://github.com/abersheeran/baize"
0 commit comments