diff --git a/docker/__init__.py b/docker/__init__.py index 5f642a85..5388e728 100644 --- a/docker/__init__.py +++ b/docker/__init__.py @@ -12,4 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +__title__ = 'docker-py' +__version__ = '0.3.0' + from .client import Client, APIError # flake8: noqa