From 87c7617a4821ac5df418bb4d159da86a9173b31e Mon Sep 17 00:00:00 2001 From: Benjamin Morris Date: Fri, 9 Feb 2024 12:52:38 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 5ff82a09c..654f0d67b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0 tag = True commit = True diff --git a/cyto_dl/__init__.py b/cyto_dl/__init__.py index 3d05b87f9..01c09dc63 100644 --- a/cyto_dl/__init__.py +++ b/cyto_dl/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.0" +__version__ = "0.1.0" # silence bio packages warnings diff --git a/pyproject.toml b/pyproject.toml index aac43d5ae..225e9a6d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.pep517.api" [project] name = "cyto-dl" -version = "0.0.0" +version = "0.1.0" description = """\ Collection of representation learning models, techniques, callbacks, utils, \ used to create latent variable models of cell shape, morphology and \