Skip to content

Commit 9e7539a

Browse files
Version update (patch) (#385)
* Bump version: 0.15.1 → 0.15.2 * Bump supported client version: 0.15.1 → 0.15.2 --------- Co-authored-by: DiamondLightSource-build-server <[email protected]>
1 parent f9cd6c9 commit 9e7539a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.1"
2+
current_version = "0.15.2"
33
commit = true
44
tag = false
55

.bumpversion.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.1"
2+
current_version = "0.15.2"
33
commit = true
44
tag = true
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "murfey"
10-
version = "0.15.1"
10+
version = "0.15.2"
1111
description = "Client-Server architecture hauling Cryo-EM data"
1212
readme = "README.md"
1313
keywords = [

src/murfey/__init__.py

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

3-
__version__ = "0.15.1"
4-
__supported_client_version__ = "0.15.1"
3+
__version__ = "0.15.2"
4+
__supported_client_version__ = "0.15.2"

0 commit comments

Comments
 (0)