mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-24 03:00:17 +00:00
2 lines
78 B
Python
2 lines
78 B
Python
version_info = (0, 0, 0)
|
|
__version__ = '.'.join(str(v) for v in version_info)
|