We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441e070 commit 6b46845Copy full SHA for 6b46845
esp_bool_parser/__init__.py
@@ -7,7 +7,7 @@
7
8
# ruff: noqa: E402
9
10
-__version__ = '0.1.0'
+__version__ = '0.1.1'
11
12
from .bool_parser import parse_bool_expr, register_addition_attribute
13
pyproject.toml
@@ -52,7 +52,7 @@ changelog = "https://github.com/espressif/esp-bool-parsers/blob/main/CHANGELOG.m
52
53
[tool.commitizen]
54
name = "cz_conventional_commits"
55
-version = "0.1.0"
+version = "0.1.1"
56
tag_format = "v$version"
57
version_files = [
58
"esp_bool_parser/__init__.py",
0 commit comments