From 5f455080cf786bc6e14ec5b583bc8a1e42cfcfa0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:54:32 -0700 Subject: [PATCH] Bump version 0.3.0 -> 0.4.0 (#417) 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 0cae0518..a73cccb7 100644 --- a/cyto_dl/__init__.py +++ b/cyto_dl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" # silence bio packages warnings diff --git a/pyproject.toml b/pyproject.toml index 192e3e84..92a8a196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.pep517.api" [project] name = "cyto-dl" -version = "0.3.0" +version = "0.4.0" description = """\ Collection of representation learning models, techniques, callbacks, utils, \ used to create latent variable models of cell shape, morphology and \ @@ -141,7 +141,7 @@ exclude_lines = [ # https://pypi.org/project/bumpver [tool.bumpver] -current_version = "0.3.0" +current_version = "0.4.0" 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 36342095..31fc5a79 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.3.0" +version = "0.4.0"