Skip to content

Commit 481decf

Browse files
committed
chore: bump version to 0.12.2
Signed-off-by: Frost Ming <[email protected]>
1 parent 0d9ded2 commit 481decf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tomlkit"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "Style preserving TOML library"
55
authors = [
66
"Sébastien Eustace <[email protected]>",

tomlkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from tomlkit.api import ws
2828

2929

30-
__version__ = "0.12.1"
30+
__version__ = "0.12.2"
3131
__all__ = [
3232
"aot",
3333
"array",

0 commit comments

Comments
 (0)