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