From 1edc624d82a709854136b26c44a5690dec47c787 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Mon, 13 Dec 2021 04:36:50 -0800 Subject: [PATCH] version 0.6.1 Summary: Update version number Reviewed By: patricklabatut Differential Revision: D33016833 fbshipit-source-id: ee3b0997887ab3bc5779503b13fa2014df41eaed --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index e0ce5095..5a990247 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.0" +__version__ = "0.6.1"