We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16bca0d + 2d299d3 commit ad73c51Copy full SHA for ad73c51
deeptab/__version__.py
@@ -17,5 +17,5 @@
17
18
# The following line *must* be the last in the module, exactly as formatted:
19
20
-__version__ = "1.6.0"
+__version__ = "1.6.1"
21
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "deeptab"
3
4
-version = "1.6.0"
+version = "1.6.1"
5
6
7
description = "A python package for tabular deep learning."
0 commit comments