Skip to content

Commit f661ec8

Browse files
committed
Bump version: 0.6.1.dev0 → 0.6.1
1 parent 77d4600 commit f661ec8

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.6.1.dev0
2+
current_version = 0.6.1
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
@@ -28,7 +28,7 @@ def read(fname):
2828

2929
setup(
3030
name="ome-zarr",
31-
version="0.6.1.dev0",
31+
version="0.6.1",
3232
author="The Open Microscopy Team",
3333
url="https://github.com/ome/ome-zarr-py",
3434
description="Implementation of images in Zarr files.",

0 commit comments

Comments
 (0)