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