Skip to content

Commit 38b029a

Browse files
committed
bump: version 0.1.1 → 0.1.2
1 parent 6a0a17d commit 38b029a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

esp_bool_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# ruff: noqa: E402
99

10-
__version__ = '0.1.1'
10+
__version__ = '0.1.2'
1111

1212
import importlib
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ changelog = "https://github.com/espressif/esp-bool-parsers/blob/main/CHANGELOG.m
5252

5353
[tool.commitizen]
5454
name = "cz_conventional_commits"
55-
version = "0.1.1"
55+
version = "0.1.2"
5656
tag_format = "v$version"
5757
version_files = [
5858
"esp_bool_parser/__init__.py",

0 commit comments

Comments
 (0)