diff --git a/docs/_static/versions.json b/docs/_static/versions.json index 407d1b07b..bd5ab4628 100644 --- a/docs/_static/versions.json +++ b/docs/_static/versions.json @@ -1,6 +1,7 @@ { "development": "dev", "stable": "stable", + "0.0.8": "0.0.8", "0.0.7": "0.0.7", "0.0.6": "0.0.6", "0.0.5": "0.0.5", diff --git a/rtdl/__init__.py b/rtdl/__init__.py index 3a1228f7e..daa387dd3 100644 --- a/rtdl/__init__.py +++ b/rtdl/__init__.py @@ -1,6 +1,6 @@ """Revisiting Tabular Deep Learning.""" -__version__ = '0.0.9.dev0' +__version__ = '0.0.9' from .functional import geglu, reglu # noqa from .modules import ( # noqa