We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d891f commit 746f251Copy full SHA for 746f251
2 files changed
baize/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 19, 0)
+VERSION = (0, 19, 1)
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.0"
+version = "0.19.1"
21
22
[project.urls]
23
Homepage = "https://github.com/abersheeran/baize"
0 commit comments