From a80640a98b84fe34f3c3282d7d7314984134b867 Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 9 Jan 2025 14:58:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.2.1=20=E2=86=92=207.2.2.dev?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- omero_figure/utils.py | 2 +- src/.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a3e0b129..c77d08bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.2.1 +current_version = 7.2.2.dev0 commit = True tag = True sign_tags = True diff --git a/omero_figure/utils.py b/omero_figure/utils.py index 91c39201..bb35e8d7 100644 --- a/omero_figure/utils.py +++ b/omero_figure/utils.py @@ -19,7 +19,7 @@ import json import os -__version__ = "7.2.1" +__version__ = "7.2.2.dev0" def read_file(fname, content_type=None): diff --git a/src/.env b/src/.env index c9896cc5..7846c709 100644 --- a/src/.env +++ b/src/.env @@ -1,2 +1,2 @@ # VERSION read by vite and included in index.html -VITE_VERSION="7.2.1" +VITE_VERSION="7.2.2.dev0"