We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3a0f9 commit b286b42Copy full SHA for b286b42
docs/_static/versions.json
@@ -1,6 +1,7 @@
1
{
2
"development": "dev",
3
"stable": "stable",
4
+ "0.0.12": "0.0.12",
5
"0.0.10": "0.0.10",
6
"0.0.9": "0.0.9",
7
"0.0.8": "0.0.8",
rtdl/__init__.py
@@ -1,6 +1,6 @@
"""Research on Tabular Deep Learning."""
-__version__ = '0.0.13.dev0'
+__version__ = '0.0.13'
from . import data # noqa
from .functional import geglu, reglu # noqa
0 commit comments