dlc2action.version
DLC2Action Toolbox © A. Mathis Lab
1# 2# Copyright 2020-2022 by A. Mathis Group and contributors. All rights reserved. 3# 4# This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL. 5# 6""" 7DLC2Action Toolbox 8© A. Mathis Lab 9""" 10 11__version__ = "0.2b1" 12VERSION = __version__