Skip to content

Commit

Permalink
Bump version 0.7.1-alpha -> 0.8.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dmayo3 committed Oct 11, 2024
1 parent 0c0a24c commit 504a343
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 @@ -25,7 +25,7 @@
:target: https://github.com/dmayo3/mocksafe/blob/main/LICENSE
:alt: MIT License

MockSafe v0.7.1-alpha
MockSafe v0.8.0-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 @@ -31,4 +31,4 @@
)


__version__ = "0.7.1-alpha"
__version__ = "0.8.0-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.7.1-alpha"
version = "0.8.0-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 @@ -59,7 +59,7 @@ requires = ["setuptools", "wheel"]
mocksafe = "mocksafe.plugin"

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

0 comments on commit 504a343

Please sign in to comment.