Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
horw committed Jan 7, 2025
1 parent 441e070 commit 6b46845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp_bool_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# ruff: noqa: E402

__version__ = '0.1.0'
__version__ = '0.1.1'

from .bool_parser import parse_bool_expr, register_addition_attribute

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ changelog = "https://github.com/espressif/esp-bool-parsers/blob/main/CHANGELOG.m

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.1.1"
tag_format = "v$version"
version_files = [
"esp_bool_parser/__init__.py",
Expand Down

1 comment on commit 6b46845

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
esp_bool_parser
   bool_parser.py1233175%49, 73–106, 127, 130, 157–164, 169, 177, 181
   constants.py411368%19–20, 45–57
   soc_header.py684140%54–64, 77–82, 86–93, 97–138
   utils.py11373%21, 25–26
TOTAL2468864% 

Tests Skipped Failures Errors Time
49 0 💤 0 ❌ 0 🔥 0.594s ⏱️

Please sign in to comment.