Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meakbiyik committed Aug 29, 2023
1 parent dd37ef3 commit ab87f8c
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.1.0"
release = "v0.2.0"

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.1.0"
version = "0.2.0"
description = "Cache PyTorch module outputs on the fly"
authors = ["Eren Akbiyik <erenakbiyik@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit ab87f8c

Please sign in to comment.