From 4046677cf1f8a6e5e9f9e8ef43e5c25200183c64 Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 3 Aug 2021 08:09:39 -0700 Subject: [PATCH] version 0.5.0 Summary: PyTorch3D version 0.5.0 Reviewed By: patricklabatut Differential Revision: D29538174 fbshipit-source-id: 332516faa1d8e7bfa7c74ec3fecddc55439e2550 --- pytorch3d/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/__init__.py b/pytorch3d/__init__.py index 2d94b131..edba8f74 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.4.0" +__version__ = "0.5.0"