mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-11-24 19:29:51 +00:00
6 lines
115 B
Python
6 lines
115 B
Python
|
"""
|
||
|
Make good log output easier.
|
||
|
"""
|
||
|
version_info = (0, 0, 0)
|
||
|
__version__ = '.'.join(str(v) for v in version_info)
|