We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622fb55 commit 4f0c59cCopy full SHA for 4f0c59c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.7.2.dev0
+current_version = 0.8.0
3
commit = True
4
tag = True
5
sign_tags = True
setup.py
@@ -29,7 +29,7 @@ def read(fname):
29
30
setup(
31
name="ome-zarr",
32
- version="0.7.2.dev0",
+ version="0.8.0",
33
author="The Open Microscopy Team",
34
url="https://github.com/ome/ome-zarr-py",
35
description="Implementation of images in Zarr files.",
0 commit comments