Skip to content

Commit

Permalink
master is 1.5.4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Nov 9, 2024
1 parent 5aebbe3 commit d2901d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.3
current_version = 1.5.4-dev
commit = True
message = Bump version to {new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion mockito/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .matchers import any, contains, times
from .verification import never

__version__ = '1.5.3'
__version__ = '1.5.4-dev'

__all__ = [
'mock',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mockito"
version = "1.5.3"
version = "1.5.4-dev"
description = "Spying framework"
authors = [
{ name = "herr kaste", email = "[email protected]" }
Expand Down

0 comments on commit d2901d3

Please sign in to comment.