From de63972015d018d9bd9f496358c755c767cc26c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:02:32 -0800 Subject: [PATCH] Bump version 0.4.1 -> 0.4.2 (#444) Co-authored-by: aicsgithub --- cyto_dl/__init__.py | 2 +- pyproject.toml | 4 ++-- version.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cyto_dl/__init__.py b/cyto_dl/__init__.py index f86ed9b8..4719d6e7 100644 --- a/cyto_dl/__init__.py +++ b/cyto_dl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.1" +__version__ = "0.4.2" # silence bio packages warnings diff --git a/pyproject.toml b/pyproject.toml index f9666dba..85648aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.pep517.api" [project] name = "cyto-dl" -version = "0.4.1" +version = "0.4.2" description = """\ Collection of representation learning models, techniques, callbacks, utils, \ used to create latent variable models of cell shape, morphology and \ @@ -142,7 +142,7 @@ exclude_lines = [ # https://pypi.org/project/bumpver [tool.bumpver] -current_version = "0.4.1" +current_version = "0.4.2" version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = true diff --git a/version.toml b/version.toml index b120c6de..f2b43e44 100644 --- a/version.toml +++ b/version.toml @@ -1,4 +1,4 @@ # -----DO NOT MODIFY THIS FILE----- # This file should only be modified by bumpver, which should in turn only be ran # via a GH Action -version = "0.4.1" +version = "0.4.2"