Skip to content

Commit

Permalink
version | 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Oct 30, 2023
1 parent 81d4b87 commit 6c5e029
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion delu/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 0 additions & 16 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,9 @@ DeLU (Deep Learning Utilities)
:bdg-link-secondary-line:`Other versions <https://yura52.github.io/delu/versions.html>`
:bdg-link-secondary-line:`Source code <https://github.com/Yura52/delu>`

.. :bdg-secondary:`v0.0.22`
.. :bdg-link-primary-line:`Other versions <https://yura52.github.io/delu/versions.html>`
.. :bdg-link-primary-line:`Source code <https://github.com/Yura52/delu>`
.. include:: ../README.rst
:start-after: __INCLUDE_0__

.. .. toctree::
.. :hidden:
.. v0.0.22 ▼ <https://yura52.github.io/delu/versions.html>
.. toctree::
:caption: Usage & API
:hidden:
Expand All @@ -34,13 +25,6 @@ DeLU (Deep Learning Utilities)

api/deprecated

.. .. toctree::
.. :caption: Deprecated API
.. :hidden:
.. api/deprecated
----

Indices and Tables
Expand Down

0 comments on commit 6c5e029

Please sign in to comment.