From ab87f8cd8af3630977ce9696bcd8a99f91282aa9 Mon Sep 17 00:00:00 2001 From: "M. Eren Akbiyik" Date: Tue, 29 Aug 2023 20:07:18 +0200 Subject: [PATCH] v0.2.0 --- 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 29d0876..3c61c78 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.1.0" +release = "v0.2.0" html_title = "torchcache" diff --git a/pyproject.toml b/pyproject.toml index df47278..baa0421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchcache" -version = "0.1.0" +version = "0.2.0" description = "Cache PyTorch module outputs on the fly" authors = ["Eren Akbiyik "] license = "MIT"