From 0a3e74bdd6cbc751e32e4a78093433792dcd27a8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 10 Oct 2019 00:06:09 +0200 Subject: [PATCH] prepare release --- ansibledoctor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansibledoctor/__init__.py b/ansibledoctor/__init__.py index adb77a2..bcfaddd 100644 --- a/ansibledoctor/__init__.py +++ b/ansibledoctor/__init__.py @@ -2,7 +2,7 @@ __author__ = "Robert Kaussow" __project__ = "ansible-doctor" -__version__ = "0.1.0" +__version__ = "0.1.1" __license__ = "GPL-3.0" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de"