From f34104cf6ebefacd7b7e07955ee7aaa823e616ac Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Mon, 19 Feb 2024 03:28:54 -0800 Subject: [PATCH] version 0.7.6 Summary: New version Reviewed By: cijose Differential Revision: D53852987 fbshipit-source-id: 962ab9f61153883df9da0601356bd6b108dc5df7 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 0ba85c54..dc4b478e 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.5" +__version__ = "0.7.6"