From f020bb7738aa1a9d1e28edd5df7bcd00c4ddb277 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 22 Nov 2019 12:14:47 +0100 Subject: [PATCH] prepare new release --- ansibledoctor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansibledoctor/__init__.py b/ansibledoctor/__init__.py index bcfaddd..b676166 100644 --- a/ansibledoctor/__init__.py +++ b/ansibledoctor/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "ansible-doctor" -__version__ = "0.1.1" +__version__ = "0.1.2" __license__ = "GPL-3.0" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de"