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 3c5622c commit a5a142eCopy full SHA for a5a142e
pyproject.toml
@@ -95,7 +95,7 @@ path = "src/email_relay/__init__.py"
95
[tool.bumpver]
96
commit = true
97
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
98
-current_version = "0.1.0rc2"
+current_version = "0.1.0rc3"
99
push = false # set to false for CI
100
tag = false
101
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.0rc2"
+__version__ = "0.1.0rc3"
0 commit comments