Skip to content

Commit 6b46845

Browse files
committed
bump: version 0.1.0 → 0.1.1
1 parent 441e070 commit 6b46845

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.0'
10+
__version__ = '0.1.1'
1111

1212
from .bool_parser import parse_bool_expr, register_addition_attribute
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.0"
55+
version = "0.1.1"
5656
tag_format = "v$version"
5757
version_files = [
5858
"esp_bool_parser/__init__.py",

0 commit comments

Comments
 (0)