Skip to content

Commit

Permalink
version | 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Mar 16, 2022
1 parent 1c3a0f9 commit b286b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/_static/versions.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion rtdl/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b286b42

Please sign in to comment.