We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d20f6 commit 8425672Copy full SHA for 8425672
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.11.26
+current_version = 0.12.0
3
commit = True
4
tag = True
5
pyproject.toml
@@ -7,7 +7,7 @@ requires = [
7
8
[project]
9
name = "murfey"
10
-version = "0.11.26"
+version = "0.12.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.11.26"
+__version__ = "0.12.0"
__supported_client_version__ = "0.12.0"
0 commit comments