diff --git a/docs/_static/versions.json b/docs/_static/versions.json index 6207d9499..2a7039326 100644 --- a/docs/_static/versions.json +++ b/docs/_static/versions.json @@ -1,6 +1,7 @@ { "development": "dev", "stable": "stable", + "0.0.12": "0.0.12", "0.0.10": "0.0.10", "0.0.9": "0.0.9", "0.0.8": "0.0.8", diff --git a/rtdl/__init__.py b/rtdl/__init__.py index 30b79d20f..30ba3ab0d 100644 --- a/rtdl/__init__.py +++ b/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