From 67bb245b8b08709e04a8bf52b02de2298a029a94 Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 15 Jun 2023 14:44:22 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2.dev?= =?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 a3c185f..3691cf3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2.dev0 commit = True tag = True sign_tags = True diff --git a/setup.py b/setup.py index dd3ff5b..76d0126 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as test_command -VERSION = '0.1.1' +VERSION = '0.1.2.dev0' DESCRIPTION = "OMERO.web plugin for OME-Zarr" AUTHOR = "The Open Microscopy Team" LICENSE = "AGPL-3.0"