We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1157f commit 4ae6280Copy full SHA for 4ae6280
docs/_static/versions.json
@@ -1,6 +1,7 @@
1
{
2
"development": "dev",
3
"stable": "stable",
4
+ "0.0.5": "0.0.5",
5
"0.0.4": "0.0.4",
6
"0.0.3": "0.0.3",
7
"0.0.2": "0.0.2"
rtdl/__init__.py
@@ -1,6 +1,6 @@
"""Revisiting Tabular Deep Learning."""
-__version__ = '0.0.6.dev0'
+__version__ = '0.0.6'
from .functional import geglu, reglu # noqa
from .modules import ( # noqa
0 commit comments