We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed67bb commit 67e1bdfCopy full SHA for 67e1bdf
4 files changed
.bumpclient.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.15.6"
+current_version = "0.16.0"
3
commit = true
4
tag = false
5
.bumpversion.toml
tag = true
pyproject.toml
@@ -7,7 +7,7 @@ requires = [
7
8
[project]
9
name = "murfey"
10
-version = "0.15.6"
+version = "0.16.0"
11
description = "Client-Server architecture hauling Cryo-EM data"
12
readme = "README.md"
13
keywords = [
src/murfey/__init__.py
@@ -1,4 +1,4 @@
from __future__ import annotations
-__version__ = "0.15.6"
-__supported_client_version__ = "0.15.6"
+__version__ = "0.16.0"
+__supported_client_version__ = "0.16.0"
0 commit comments