Skip to content

Commit

Permalink
Bump version 0.4.0-alpha -> 0.4.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dmayo3 committed May 23, 2023
1 parent 016119a commit 511a3be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:target: https://github.com/dmayo3/mocksafe/blob/main/LICENSE
:alt: MIT License

MockSafe v0.4.0-alpha
MockSafe v0.4.1-alpha
---------------------

A mocking library developed to enable static and runtime type checking of your mocks to help keep them up-to-date with your production code.
Expand Down
2 changes: 1 addition & 1 deletion mocksafe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from mocksafe.that import MockCalls


__version__ = "0.4.0-alpha"
__version__ = "0.4.1-alpha"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mocksafe"
version = "0.4.0-alpha"
version = "0.4.1-alpha"

description = "A mocking library developed to enable static and runtime type checking of your mocks to keep them in sync with production code."

Expand Down Expand Up @@ -40,7 +40,7 @@ build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]

[tool.bumpver]
current_version = "0.4.0-alpha"
current_version = "0.4.1-alpha"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 511a3be

Please sign in to comment.