Skip to content

Commit

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

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.17": "0.0.17",
"0.0.15": "0.0.15",
"0.0.13": "0.0.13",
"0.0.10": "0.0.10",
Expand Down
3 changes: 2 additions & 1 deletion docs/version.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.. this page is needed for themes without the version dropdown
v0.0.17
v0.0.18
============

- `development <https://yura52.github.io/delu/dev>`_
- `stable <https://yura52.github.io/delu>`_
- `v0.0.17 <https://yura52.github.io/delu/0.0.17>`_
- `v0.0.15 <https://yura52.github.io/delu/0.0.15>`_
- `v0.0.13 <https://yura52.github.io/delu/0.0.13>`_
- `v0.0.10 <https://yura52.github.io/delu/0.0.10>`_
Expand Down

0 comments on commit ed24c15

Please sign in to comment.