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"