From 9585a58d10cb2efcd159b058fa4af914203c1d0d Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 5 Oct 2021 16:23:56 -0700 Subject: [PATCH] version number 0.6.0 Summary: update Reviewed By: patricklabatut Differential Revision: D31338002 fbshipit-source-id: 90ed6c2ea411c0384dd233ee88e51b5f608eef88 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index edba8f74..e0ce5095 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.5.0" +__version__ = "0.6.0"