Skip to content

Commit

Permalink
version | 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Nov 7, 2023
1 parent c2ee7af commit 4a8e1da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.23.dev0'
__version__ = '0.0.23'

from . import cuda, data, hardware, nn, random, tools, utils
from ._stream import Stream
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
),
'torch': ('https://pytorch.org/docs/stable', None),
}
intersphinx_mapping = {}

napoleon_numpy_docstring = False
napoleon_use_admonition_for_examples = False
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DeLU (Deep Learning Utilities)
==============================

:bdg-secondary:`v0.0.22`
:bdg-secondary:`v0.0.23`
:bdg-link-secondary-line:`Other versions <https://yura52.github.io/delu/versions.html>`
:bdg-link-secondary-line:`Source code <https://github.com/Yura52/delu>`

Expand Down

0 comments on commit 4a8e1da

Please sign in to comment.