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" 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."