1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 18:30:50 +01:00

version: Bump revision number

This commit is contained in:
Marc Bonnici 2021-04-19 10:02:47 +01:00 committed by setrofim
parent 4941a7183a
commit 78938cf243

View File

@ -21,7 +21,7 @@ from subprocess import Popen, PIPE
VersionTuple = namedtuple('Version', ['major', 'minor', 'revision', 'dev'])
version = VersionTuple(1, 3, 1, 'dev2')
version = VersionTuple(1, 3, 1, '')
def get_devlib_version():