mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
Summary: Update PyTorch3D version number Differential Revision: D35980555 fbshipit-source-id: 637ccd33eef22d909985d2fce3958c78f3d0d551
8 lines
231 B
Python
8 lines
231 B
Python
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
# All rights reserved.
|
|
#
|
|
# 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"
|