mirror of
https://github.com/google/pebble.git
synced 2025-05-09 11:11:39 -04:00
2 lines
80 B
Python
2 lines
80 B
Python
__version_info__ = (0, 0, 2)
|
|
__version__ = '.'.join(map(str, __version_info__))
|