From 4258d16ea2980328b8cc84d5abec74f90bf9297f Mon Sep 17 00:00:00 2001 From: benjijamorris <54606172+benjijamorris@users.noreply.github.com> Date: Wed, 8 May 2024 15:29:21 -0700 Subject: [PATCH] Admin/bump (#383) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 0.1.5 → 0.1.6 * Bump version: 0.1.6 → 0.1.7 --------- 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 fc8cae8e..8b386bda 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 tag = True commit = True diff --git a/cyto_dl/__init__.py b/cyto_dl/__init__.py index 4bac3e15..9993d06b 100644 --- a/cyto_dl/__init__.py +++ b/cyto_dl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.6" +__version__ = "0.1.7" # silence bio packages warnings diff --git a/pyproject.toml b/pyproject.toml index 4a25c4e2..8e403b92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.pep517.api" [project] name = "cyto-dl" -version = "0.1.6" +version = "0.1.7" description = """\ Collection of representation learning models, techniques, callbacks, utils, \ used to create latent variable models of cell shape, morphology and \