pose2sim/Pose2Sim/__init__.py
2024-07-10 10:12:57 +02:00

17 lines
378 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
__version__ = "0.9.4"
VERSION = __version__
## AUTHORSHIP INFORMATION
__author__ = "David Pagnon"
__copyright__ = "Copyright 2021, Pose2Sim"
__credits__ = ["David Pagnon"]
__license__ = "BSD 3-Clause License"
__version__ = "0.9.4"
__maintainer__ = "David Pagnon"
__email__ = "contact@david-pagnon.com"
__status__ = "Development"