Skip to content

Commit 00b434e

Browse files
committed
chore: bump version to 0.4.0
1 parent 789cd65 commit 00b434e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.4.0
44

55
- Fix `storage` torch warning
6+
- Support numpy 2.0 and Python 3.11, 3.12 and 3.13 🎉
67

78
## v0.3.5
89

foldedtensor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
except AttributeError:
4747
DisableTorchFunctionSubclass = torch._C.DisableTorchFunction
4848

49-
__version__ = "0.3.6"
49+
__version__ = "0.4.0"
5050

5151

5252
class FoldedTensorLengths(UserList):

0 commit comments

Comments
 (0)