mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-25 11:19:53 +00:00
f6d0034438
This library is NO LONGER MAINTAINED. Please switch to either sprockets-influxdb or sprockets-statsd. https://github.com/sprockets/sprockets-influxdb https://github.com/sprockets/sprockets-statsd
3 lines
120 B
Python
3 lines
120 B
Python
version_info = (4, 2, 0)
|
|
__version__ = '.'.join(str(v) for v in version_info)
|
|
__all__ = ['__version__', 'version_info']
|