compose/fig/__init__.py
Ben Firshman 46433c70b6 Ship 1.0.1
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-11-04 14:12:48 +00:00

5 lines
107 B
Python

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