Skip to content

Commit a5a142e

Browse files
🔖 bump version 0.1.0rc2 -> 0.1.0rc3 (#81)
1 parent 3c5622c commit a5a142e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ path = "src/email_relay/__init__.py"
9595
[tool.bumpver]
9696
commit = true
9797
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
98-
current_version = "0.1.0rc2"
98+
current_version = "0.1.0rc3"
9999
push = false # set to false for CI
100100
tag = false
101101
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

src/email_relay/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.0rc2"
3+
__version__ = "0.1.0rc3"

0 commit comments

Comments
 (0)