Skip to content

Commit 8421238

Browse files
🔖 bump version 0.1.0rc3 -> 0.1.0rc4 (#84)
1 parent 3bedcbd commit 8421238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ path = "src/email_relay/__init__.py"
9696
[tool.bumpver]
9797
commit = true
9898
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
99-
current_version = "0.1.0rc3"
99+
current_version = "0.1.0rc4"
100100
push = false # set to false for CI
101101
tag = false
102102
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"

src/email_relay/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

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

0 commit comments

Comments
 (0)