From 904912dde3972a9bafbfee2121d71896db288cd1 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Tue, 12 Oct 2021 12:26:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0.dev0=20=E2=86=92=200.2.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0f25d443..bcc9427c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0.dev0 +current_version = 0.2.0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index b102af25..43fee7d0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(fname): setup( name="ome-zarr", - version="0.2.0.dev0", + version="0.2.0", author="The Open Microscopy Team", url="https://github.com/ome/ome-zarr-py", description="Implementation of images in Zarr files.",