We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f228b commit ebbcf55Copy full SHA for ebbcf55
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.1.dev0
+current_version = 0.8.0
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.7.1.dev0",
+ version="0.8.0",
36
packages=["omero_zarr", "omero.plugins"],
37
package_dir={"": "src"},
38
description="Plugin for exporting images in zarr format.",
0 commit comments