Skip to content

Commit 71508d3

Browse files
committed
v0.18.2
1 parent a530af2 commit 71508d3

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, 18, 1)
1+
VERSION = (0, 18, 2)
22

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = {text = "Apache-2.0"}
1919
name = "baize"
2020
readme = "README.md"
2121
requires-python = ">=3.6.2"
22-
version = "0.18.1"
22+
version = "0.18.2"
2323

2424
[project.urls]
2525
Homepage = "https://github.com/abersheeran/baize"

0 commit comments

Comments
 (0)