From ed24c152fea6790f224fc28edc3a8bde8ed5cee4 Mon Sep 17 00:00:00 2001 From: Yura52 Date: Sat, 2 Sep 2023 15:43:24 +0300 Subject: [PATCH] version | 0.0.18 --- delu/__init__.py | 2 +- docs/_static/versions.json | 1 + docs/version.rst | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/delu/__init__.py b/delu/__init__.py index b4df2219..ad78021b 100644 --- a/delu/__init__.py +++ b/delu/__init__.py @@ -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 diff --git a/docs/_static/versions.json b/docs/_static/versions.json index a75a9fe4..0c9f9c4d 100644 --- a/docs/_static/versions.json +++ b/docs/_static/versions.json @@ -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", diff --git a/docs/version.rst b/docs/version.rst index 0851f6ea..3cdf4581 100644 --- a/docs/version.rst +++ b/docs/version.rst @@ -1,10 +1,11 @@ .. this page is needed for themes without the version dropdown -v0.0.17 ▼ +v0.0.18 ▼ ============ - `development `_ - `stable `_ +- `v0.0.17 `_ - `v0.0.15 `_ - `v0.0.13 `_ - `v0.0.10 `_