Update extract_version.py
This commit is contained in:
@@ -14,4 +14,4 @@ with open(config_h, 'r') as fp:
|
|||||||
if m:
|
if m:
|
||||||
data[m.group(1)] = int(m.group(2))
|
data[m.group(1)] = int(m.group(2))
|
||||||
|
|
||||||
print('{}.{}.{}'.format(data['MAJOR'], data['MINOR'], data['PATCH']))
|
print(f"{data['MAJOR']}.{data['MINOR']}.{data['PATCH']}")
|
||||||
|
|||||||
Reference in New Issue
Block a user