We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c686d commit 6d128d2Copy full SHA for 6d128d2
pyproject.toml
@@ -96,7 +96,7 @@ path = "src/email_relay/__init__.py"
96
[tool.bumpver]
97
commit = true
98
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
99
-current_version = "0.1.0rc4"
+current_version = "0.1.0rc5"
100
push = false # set to false for CI
101
tag = false
102
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
src/email_relay/__init__.py
@@ -1,3 +1,3 @@
1
from __future__ import annotations
2
3
-__version__ = "0.1.0rc4"
+__version__ = "0.1.0rc5"
0 commit comments