We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c08a7a commit cf23b96Copy full SHA for cf23b96
CHANGELOG.md
@@ -8,6 +8,10 @@ Changelog follow https://keepachangelog.com/ format.
8
9
## [Unreleased]
10
11
+## [1.5.1] - 2023-03-20
12
+
13
+* Add `torch==2.0.0` support
14
15
## [1.5.0] - 2023-03-13
16
17
* **Add `torch` support! (Fix #12)**
visu3d/__init__.py
@@ -49,4 +49,4 @@
49
# Note:
50
# * Make sure to also update the `CHANGELOG.md` before this.
51
# * Make sure to also trigger an `etils` release
52
-__version__ = '1.5.0'
+__version__ = '1.5.1'
0 commit comments