compose/fig/__init__.py
Ben Firshman 4d1b2f1547 Ship 1.0.0
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-10-16 16:27:13 +01:00

5 lines
107 B
Python

from __future__ import unicode_literals
from .service import Service # noqa:flake8
__version__ = '1.0.0'