From 2bd65027ca5c3b87b77d4f05b8eacae58d8d106f Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Thu, 28 Apr 2022 04:48:24 -0700 Subject: [PATCH] version 0.6.2 Summary: Update PyTorch3D version number Differential Revision: D35980555 fbshipit-source-id: 637ccd33eef22d909985d2fce3958c78f3d0d551 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 9350ebe2..dfbb25e0 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.6.1" +__version__ = "0.6.2"