mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-18 14:07:46 +00:00
* Generated bindings will complain when using an updated version of the protobuf build tools. Update to generated bindings to the minimum protoc version 19.
7 lines
281 B
Python
7 lines
281 B
Python
version_info = (0, 1, 0, 'alpha', 6)
|
|
|
|
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
|
|
|
|
__version__ = '%s.%s.%s%s'%(version_info[0], version_info[1], version_info[2],
|
|
'' if version_info[3]=='final' else _specifier_[version_info[3]]+str(version_info[4]))
|