From 297020a4b1d7492190cb4a909cafbd2c81a12cb5 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Wed, 10 May 2023 04:42:58 -0700 Subject: [PATCH] version 0.7.4 Summary: version number Reviewed By: shapovalov Differential Revision: D45704549 fbshipit-source-id: d63867f305b07c30ed9ea104f1494d23710fdbb7 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 71e8750b9..ea1642b97 100644 --- a/pytorch3d/__init__.py +++ b/pytorch3d/__init__.py @@ -4,4 +4,4 @@ # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. -__version__ = "0.7.3" +__version__ = "0.7.4"