Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
uermel committed Apr 5, 2024
1 parent 388dbdf commit 942c0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 942c0b4

Please sign in to comment.