From ff39bc2b2023761db33c77e789fa5db59dc882d0 Mon Sep 17 00:00:00 2001 From: Eren Akbiyik Date: Sun, 21 Jul 2024 00:13:35 +0200 Subject: [PATCH] ci: bump to v0.4.1 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0ae2f1b..72d01c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,7 +14,7 @@ project = "torchcache" copyright = "2023, Eren Akbiyik" author = "Eren Akbiyik" -release = "v0.4.0" +release = "v0.4.1" html_title = "torchcache" diff --git a/pyproject.toml b/pyproject.toml index f5358c2..d6643b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchcache" -version = "0.4.0" +version = "0.4.1" description = "Cache PyTorch module outputs on the fly" authors = ["Eren Akbiyik "] license = "MIT"