diff --git a/delu/__init__.py b/delu/__init__.py index 00d4cad3..4983752d 100644 --- a/delu/__init__.py +++ b/delu/__init__.py @@ -1,5 +1,5 @@ """Deep Learning Utilities for PyTorch users.""" -__version__ = '0.0.22.dev4' +__version__ = '0.0.22' from . import cuda, data, hardware, nn, random, tools, utils from ._stream import Stream diff --git a/docs/index.rst b/docs/index.rst index a81f2f91..79daf456 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,18 +5,9 @@ DeLU (Deep Learning Utilities) :bdg-link-secondary-line:`Other versions ` :bdg-link-secondary-line:`Source code ` -.. :bdg-secondary:`v0.0.22` -.. :bdg-link-primary-line:`Other versions ` -.. :bdg-link-primary-line:`Source code ` - .. include:: ../README.rst :start-after: __INCLUDE_0__ -.. .. toctree:: -.. :hidden: - -.. v0.0.22 ▼ - .. toctree:: :caption: Usage & API :hidden: @@ -34,13 +25,6 @@ DeLU (Deep Learning Utilities) api/deprecated -.. .. toctree:: -.. :caption: Deprecated API -.. :hidden: - - -.. api/deprecated - ---- Indices and Tables