mirror of
https://github.com/kennethreitz-archive/chishop.git
synced 2026-06-21 16:00:58 +00:00
3 lines
62 B
Python
3 lines
62 B
Python
VERSION = (0, 2, 0)
|
|
__version__ = ".".join(map(str, VERSION))
|