We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bedcbd commit 8421238Copy full SHA for 8421238
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.0rc3"
+current_version = "0.1.0rc4"
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.0rc3"
+__version__ = "0.1.0rc4"
0 commit comments