mirror of
https://github.com/sprockets/cookiecutter-sprockets.git
synced 2024-11-27 11:19:51 +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)
|