dlc2action.version
DLC2Action Toolbox © A. Mathis Lab
1# 2# Copyright 2020-present 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. 5# A copy is included in dlc2action/LICENSE.AGPL. 6# 7""" 8DLC2Action Toolbox 9© A. Mathis Lab 10""" 11 12__version__ = "1.0" 13VERSION = __version__
VERSION =
'1.0'