From e245560abb8f019a24880faf7557ed3b2eec6cc0 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 4 Apr 2023 07:48:02 -0700 Subject: [PATCH] version 0.7.3 Summary: update version number Reviewed By: davidsonic Differential Revision: D44343297 fbshipit-source-id: 763a25fbe0c880e8b7ad851b8e4b57787e449cab --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 0e086aab..71e8750b 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.2" +__version__ = "0.7.3"