From 24d06b91cb7aadad7a42b269ae20974c5a25ea50 Mon Sep 17 00:00:00 2001 From: Christoph Weisser <50968720+ChrisW09@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:53:08 +0100 Subject: [PATCH 1/2] Bump version from 1.6.0 to 1.6.1 --- deeptab/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeptab/__version__.py b/deeptab/__version__.py index 0c2694f..9cc2e42 100644 --- a/deeptab/__version__.py +++ b/deeptab/__version__.py @@ -17,5 +17,5 @@ # The following line *must* be the last in the module, exactly as formatted: -__version__ = "1.6.0" +__version__ = "1.6.1" From c0a64b25bcda76371929a5a43e332c5af8046bc6 Mon Sep 17 00:00:00 2001 From: Christoph Weisser <50968720+ChrisW09@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:53:34 +0100 Subject: [PATCH 2/2] Bump version from 1.6.0 to 1.6.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 487441c..57be3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "deeptab" -version = "1.6.0" +version = "1.6.1" description = "A python package for tabular deep learning."