mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-05 04:20:40 +00:00
5 lines
97 B
Python
5 lines
97 B
Python
# -*- coding: utf8 -*-
|
|
|
|
__version_info__ = (0, 4, 0)
|
|
__version__ = '%d.%d.%d' % __version_info__
|