Skip to content

Commit e413cc9

Browse files
committed
Bump version: 0.0.8 → 0.0.9.dev0
1 parent 225397f commit e413cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.8
2+
current_version = 0.0.9.dev0
33
commit = True
44
tag = True
55
sign_tags = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424
setup(
2525
name='ome-zarr',
26-
version='0.0.8',
26+
version='0.0.9.dev0',
2727
author='The Open Microscopy Team',
2828
url='https://github.com/ome/ome-zarr-py',
2929
description='Implementation of images in Zarr files.',

0 commit comments

Comments
 (0)