We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c95a3b commit dce639eCopy full SHA for dce639e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.8.3.dev0
+current_version = 0.8.3
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.8.3.dev0",
+ version="0.8.3",
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