Skip to content

Commit

Permalink
chore: bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Feb 14, 2024
1 parent d154ec6 commit 63ae17f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and working with nested lists and tensors.

Versions:
- `torch.__version__ == '2.0.1'`
- `foldedtensor.__version__ == '0.3.2'`
- `foldedtensor.__version__ == '0.3.3'`


## Case 1 (pad variable lengths nested list)
Expand Down
2 changes: 1 addition & 1 deletion foldedtensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from . import _C

__version__ = "0.3.2"
__version__ = "0.3.3"


# noinspection PyMethodOverriding
Expand Down

0 comments on commit 63ae17f

Please sign in to comment.