mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
Summary: update version number Reviewed By: shapovalov Differential Revision: D40622583 fbshipit-source-id: 87fa55e1b02fc114f65ee8a5c3d998ba50226ab1
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.7.1"
|