diff --git a/dockerautotag/__init__.py b/dockerautotag/__init__.py index 780f3c9..ee76318 100644 --- a/dockerautotag/__init__.py +++ b/dockerautotag/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "docker-autotag" -__version__ = "0.1.2" +__version__ = "0.1.3" __license__ = "MIT" __maintainer__ = "Robert Kaussow" __email__ = "mail@thegeeklab.de"