From 276c9a8acbfa715f5802f26ec9f4141bde26ecb4 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 9 Aug 2022 20:48:51 -0700 Subject: [PATCH] version 0.7.0 Summary: new version number Reviewed By: patricklabatut Differential Revision: D38426307 fbshipit-source-id: 60c6ab53bb46bdece6f20c8fed14f2351f1c606e --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index dfbb25e0..02768723 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.2" +__version__ = "0.7.0"