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