From 3145dd4d16edaceb394838364b8e87a440f83c10 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Thu, 15 Dec 2022 16:15:45 -0800 Subject: [PATCH] version 0.7.2 Summary: version number Reviewed By: davidsonic Differential Revision: D42072729 fbshipit-source-id: 50adaac4daca7786479d33e218d15e941a725bb6 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index aa5a5889..0e086aab 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.1" +__version__ = "0.7.2"