From 2f11ddc5ee7d6bd56f2fb6744a16776fab6536f7 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 31 Oct 2023 09:27:49 -0700 Subject: [PATCH] version 0.7.5 Summary: update Reviewed By: MichaelRamamonjisoa Differential Revision: D50806966 fbshipit-source-id: 95fd341c9e5e4e07b689eb71b3a729baff3b8192 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index ea1642b9..0ba85c54 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.4" +__version__ = "0.7.5"