mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-06 22:01:34 +00:00
This reverts commit4d707bc539, reversing changes made tob18458758e. Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
3 lines
80 B
Python
3 lines
80 B
Python
__version_info__ = (0, 7, 6)
|
|
__version__ = '.'.join(map(str, __version_info__))
|