1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-06 02:40:50 +01:00

devlib: Add development tag to version number

To allows better versioning control between releases add `dev1` to the
current version. This allows other under development tools such as
Workload Automation to ensure that a sufficiently up to date version of
devlib is installed on the system.
This commit is contained in:
Marc Bonnici 2018-09-20 11:04:14 +01:00 committed by setrofim
parent 150fe2b32b
commit 8654a6dc2b

View File

@ -56,7 +56,7 @@ from devlib.utils.ssh import SshConnection, TelnetConnection, Gem5Connection
from devlib.utils.version import get_commit as __get_commit
__version__ = '1.0.0'
__version__ = '1.0.dev1'
__commit = __get_commit()
if __commit: