Skip to content

Commit 9d9229b

Browse files
committed
Bump version: 0.10.2.dev0 → 0.10.2
1 parent 1813631 commit 9d9229b

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.10.2.dev0
2+
current_version = 0.10.2
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.10.2.dev0",
31+
version="0.10.2",
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)