mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2025-02-25 11:15:43 +00:00
3 lines
78 B
Python
3 lines
78 B
Python
|
version_info = (0, 0, 0)
|
||
|
__version__ = '.'.join(str(v) for v in version_info)
|