Skip to content

Commit

Permalink
chore: release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meakbiyik committed Sep 8, 2023
1 parent 7833a93 commit d3883dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "torchcache"
copyright = "2023, Eren Akbiyik"
author = "Eren Akbiyik"
release = "v0.3.1"
release = "v0.3.2"

html_title = "torchcache"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d3883dc

Please sign in to comment.