We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225397f commit e413cc9Copy full SHA for e413cc9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.8
+current_version = 0.0.9.dev0
3
commit = True
4
tag = True
5
sign_tags = True
setup.py
@@ -23,7 +23,7 @@ def read(fname):
23
24
setup(
25
name='ome-zarr',
26
- version='0.0.8',
+ version='0.0.9.dev0',
27
author='The Open Microscopy Team',
28
url='https://github.com/ome/ome-zarr-py',
29
description='Implementation of images in Zarr files.',
0 commit comments