Skip to content

Commit

Permalink
Configure codecov behavior, bump version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Aug 28, 2022
1 parent c493f8d commit 052b503
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
comment:
require_changes: true
2 changes: 1 addition & 1 deletion src/immoney/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from ._base import SubunitFraction

__all__ = ("Money", "Currency", "SubunitFraction", "Round", "Overdraft")
__version__ = "0.0.2"
__version__ = "0.0.3"

0 comments on commit 052b503

Please sign in to comment.