1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-01 09:31:53 +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():