Skip to content

Commit

Permalink
chore: bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Aug 30, 2023
1 parent 7d55ea6 commit 7788a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v0.3.1

- Enable sharing FoldedTensor instances in a multiprocessing + cuda context by autocloning the indexer before fork-pickling an instance

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.0"
__version__ = "0.3.1"


# noinspection PyMethodOverriding
Expand Down

0 comments on commit 7788a7b

Please sign in to comment.