diff --git a/docs/source/conf.py b/docs/source/conf.py index 7385334..888083e 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.3.1" +release = "v0.3.2" html_title = "torchcache" diff --git a/pyproject.toml b/pyproject.toml index fe3a4c8..7949bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "torchcache" -version = "0.3.1" +version = "0.3.2" description = "Cache PyTorch module outputs on the fly" authors = ["Eren Akbiyik "] license = "MIT"