From 942c0b4e2306492200b54cfa532c144dcbf0e93c Mon Sep 17 00:00:00 2001 From: uermel Date: Fri, 5 Apr 2024 05:45:04 -0700 Subject: [PATCH] bump version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10fbe8b..2a7b1f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Contributions are welcome. 2. Download the most recent build from the [releases page.](https://github.com/uermel/chimerax-ome-zarr/releases) 3. Run the following command in the ChimeraX command prompt to install the plugin: ``` -toolshed install /path/to/ChimeraX_OME_Zarr-0.5.0-py3-none-any.whl +toolshed install /path/to/ChimeraX_OME_Zarr-0.5.1-py3-none-any.whl ``` 4. Restart ChimeraX diff --git a/pyproject.toml b/pyproject.toml index cd52ad8..08aa2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] [project] name = "ChimeraX-OME-Zarr" -version = "0.5.0" +version = "0.5.1" dynamic = ["classifiers", "requires-python"] dependencies = [ "ChimeraX-Core~=1.7.1",