diff --git a/.bumpclient.toml b/.bumpclient.toml index 490998794..6a5fc0cc7 100644 --- a/.bumpclient.toml +++ b/.bumpclient.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.20.0" +current_version = "0.20.1" commit = true tag = false diff --git a/.bumpversion.toml b/.bumpversion.toml index a25d7062d..a368292d9 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.20.0" +current_version = "0.20.1" commit = true tag = true diff --git a/Helm/Chart.yaml b/Helm/Chart.yaml index 9b1ca9a7d..1c111eb53 100644 --- a/Helm/Chart.yaml +++ b/Helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: murfey-services description: Umbrella Helm chart for deploying the servers and daemons needed to enable Murfey to transfer and process data -version: 0.20.0 +version: 0.20.1 dependencies: - name: murfey-instrument-server-clem - name: murfey-instrument-server-tem diff --git a/Helm/charts/murfey-instrument-server-clem/Chart.yaml b/Helm/charts/murfey-instrument-server-clem/Chart.yaml index f4b75d0f9..430d3e023 100644 --- a/Helm/charts/murfey-instrument-server-clem/Chart.yaml +++ b/Helm/charts/murfey-instrument-server-clem/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-instrument-server-clem description: Helm chart for deploying a Murfey instrument server, which executes orders to detect, modify, and transfer files on the instrument PC, and notifies the backend server about transferred files -version: 0.20.0 +version: 0.20.1 diff --git a/Helm/charts/murfey-instrument-server-tem/Chart.yaml b/Helm/charts/murfey-instrument-server-tem/Chart.yaml index f4b1fcac8..5250f7cec 100644 --- a/Helm/charts/murfey-instrument-server-tem/Chart.yaml +++ b/Helm/charts/murfey-instrument-server-tem/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-instrument-server-tem description: Helm chart for deploying a Murfey instrument server, which executes orders to detect, modify, and transfer files on the instrument PC, and notifies the backend server about transferred files -version: 0.20.0 +version: 0.20.1 diff --git a/Helm/charts/murfey-rsync/Chart.yaml b/Helm/charts/murfey-rsync/Chart.yaml index 4f2a7e1a9..6c1230b18 100644 --- a/Helm/charts/murfey-rsync/Chart.yaml +++ b/Helm/charts/murfey-rsync/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-rsync description: Helm chart for deploying an rsync daemon, which is responsible for executing the transfer of files from the client storage directory to the server storage system -version: 0.20.0 +version: 0.20.1 diff --git a/Helm/charts/murfey-server/Chart.yaml b/Helm/charts/murfey-server/Chart.yaml index 93b8ff8df..01f4d86ea 100644 --- a/Helm/charts/murfey-server/Chart.yaml +++ b/Helm/charts/murfey-server/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-server description: Helm chart for deploying a Murfey backend server, which is responsible for orchestrating the data transfer and processing workflow between the client PC and the storage system -version: 0.20.0 +version: 0.20.1 diff --git a/pyproject.toml b/pyproject.toml index a173b53c0..7ef5f4892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "murfey" -version = "0.20.0" +version = "0.20.1" description = "Client-Server architecture hauling Cryo-EM data" readme = "README.md" keywords = [ diff --git a/src/murfey/__init__.py b/src/murfey/__init__.py index 4fdddff14..3404446d8 100644 --- a/src/murfey/__init__.py +++ b/src/murfey/__init__.py @@ -1,4 +1,4 @@ from __future__ import annotations -__version__ = "0.20.0" -__supported_client_version__ = "0.20.0" +__version__ = "0.20.1" +__supported_client_version__ = "0.20.1"