Skip to content

Commit

Permalink
version | 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Yura52 committed Mar 11, 2023
1 parent 8022dce commit 9f37b5c
Show file tree
Hide file tree
Showing 3 changed files with 4 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.15.dev0'
__version__ = '0.0.15'

from . import cuda # noqa: F401
from . import data # noqa: F401
Expand Down
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.13": "0.0.13",
"0.0.10": "0.0.10",
"0.0.8": "0.0.8",
"0.0.7": "0.0.7",
Expand Down
4 changes: 2 additions & 2 deletions docs/version.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. this page is needed for themes without the version dropdown
v0.0.13
v0.0.15
============

- `development <https://yura52.github.io/delu/dev>`_
- `stable <https://yura52.github.io/delu>`_
- (v0.0.12 is not available, but its API is identical to v0.0.13)
- `v0.0.13 <https://yura52.github.io/delu/0.0.13>`_
- `v0.0.10 <https://yura52.github.io/delu/0.0.10>`_

.. note::
Expand Down

0 comments on commit 9f37b5c

Please sign in to comment.