From f516a02c1d9f8210369a9a2c850fa0621774ac44 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 14 Oct 2024 11:43:03 +0200 Subject: [PATCH] Updating version --- biotrainer/utilities/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biotrainer/utilities/version.py b/biotrainer/utilities/version.py index a2fecb45..c5981731 100644 --- a/biotrainer/utilities/version.py +++ b/biotrainer/utilities/version.py @@ -1 +1 @@ -__version__ = "0.9.2" +__version__ = "0.9.3" diff --git a/pyproject.toml b/pyproject.toml index e1ff2246..a1977893 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biotrainer" -version = "0.9.2" +version = "0.9.3" description = "Biotrainers for embeddings" authors = [ "Christian Dallago ",