From 995b60e3b99faa1ee1bcdbe244426d54d98a7242 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Sun, 23 Oct 2022 07:16:40 -0700 Subject: [PATCH] version 0.7.1 Summary: update version number Reviewed By: shapovalov Differential Revision: D40622583 fbshipit-source-id: 87fa55e1b02fc114f65ee8a5c3d998ba50226ab1 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 027687235..aa5a5889e 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.0" +__version__ = "0.7.1"