We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dedd92e commit 91ee813Copy full SHA for 91ee813
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.4.dev0
+current_version = 0.5.4
3
commit = True
4
tag = True
5
sign_tags = True
setup.py
@@ -32,7 +32,7 @@ def get_long_description() -> str:
32
33
setup(
34
name="omero-cli-zarr",
35
- version="0.5.4.dev0",
+ version="0.5.4",
36
packages=["omero_zarr", "omero.plugins"],
37
package_dir={"": "src"},
38
description="Plugin for exporting images in zarr format.",
0 commit comments