mirror of
https://github.com/google/pebble.git
synced 2026-02-14 09:27:20 -05:00
3 lines
80 B
Python
3 lines
80 B
Python
__version_info__ = (0, 0, 2)
|
|
__version__ = '.'.join(map(str, __version_info__))
|