Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyosx committed Apr 8, 2024
1 parent 6f6c708 commit 0c403b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion believe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class BelieveMixin(object):
except TypeError:
pass

__version__ = "1.0.14"
__version__ = "1.0.15"

1 comment on commit 0c403b5

@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 for this commit

98.69%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
believe
   __init__.py100%100%100%
   dict_matcher.py100%100%100%
   error.py100%100%100%
   internal.py100%100%97.62%49
   list_matcher.py100%100%96.23%30, 36
   number_matcher.py100%100%100%
   other_matcher.py100%100%100%
   str_matcher.py100%100%98.11%55–56

Please sign in to comment.