From 0d7b40ba68884701f2cce09b943e30dd41ce7f2c Mon Sep 17 00:00:00 2001 From: "M. Eren Akbiyik" Date: Sat, 2 Sep 2023 01:03:29 +0200 Subject: [PATCH] v0.3.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 3c61c78..7385334 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.2.0" +release = "v0.3.1" html_title = "torchcache" diff --git a/pyproject.toml b/pyproject.toml index 7a339c1..fe3a4c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchcache" -version = "0.2.0" +version = "0.3.1" description = "Cache PyTorch module outputs on the fly" authors = ["Eren Akbiyik "] license = "MIT"