From 0463022c9d38fe83048ac3a3668911ab600010c3 Mon Sep 17 00:00:00 2001 From: benjijamorris <54606172+benjijamorris@users.noreply.github.com> Date: Fri, 3 May 2024 09:16:58 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6=20(?= =?UTF-8?q?#381)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Benjamin Morris --- .bumpversion.cfg | 2 +- cyto_dl/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 00d5d5893..fc8cae8e7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 tag = True commit = True diff --git a/cyto_dl/__init__.py b/cyto_dl/__init__.py index fcec3b830..4bac3e158 100644 --- a/cyto_dl/__init__.py +++ b/cyto_dl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" # silence bio packages warnings diff --git a/pyproject.toml b/pyproject.toml index 8862e84d0..7456c7177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.pep517.api" [project] name = "cyto-dl" -version = "0.1.5" +version = "0.1.6" description = """\ Collection of representation learning models, techniques, callbacks, utils, \ used to create latent variable models of cell shape, morphology and \