mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2025-03-24 17:00:23 -09:00
5 lines
115 B
Python
5 lines
115 B
Python
"""
|
|
Make good log output easier.
|
|
"""
|
|
version_info = (0, 0, 0)
|
|
__version__ = '.'.join(str(v) for v in version_info)
|