Skip to content

Commit 544aad2

Browse files
Bump version: 0.15.3 → 0.15.4
1 parent acd0ca7 commit 544aad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpclient.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.15.3"
2+
current_version = "0.15.4"
33
commit = true
44
tag = false
55

src/murfey/__init__.py

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

33
__version__ = "0.15.3"
4-
__supported_client_version__ = "0.15.3"
4+
__supported_client_version__ = "0.15.4"

0 commit comments

Comments
 (0)