Skip to content

Commit

Permalink
Bump the version to 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Aug 10, 2024
1 parent a9c78d1 commit 99507fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion delu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Deep Learning Utilities for PyTorch users."""

__version__ = '0.0.25.dev0'
__version__ = '0.0.25'

from . import cuda, data, hardware, nn, random, tools, utils
from ._stream import Stream
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.24.dev0`
:bdg-secondary:`v0.0.25`
: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 99507fe

Please sign in to comment.