From bc7def17646d0a5796ebe34d82e83d623d9653db Mon Sep 17 00:00:00 2001 From: Theo Giovanna Date: Wed, 29 Apr 2020 12:59:07 +0200 Subject: [PATCH] Bump version Signed-off-by: Theo Giovanna --- libcloudforensics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloudforensics/__init__.py b/libcloudforensics/__init__.py index 7ef1eecb..4314aa32 100644 --- a/libcloudforensics/__init__.py +++ b/libcloudforensics/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. """libcloud forensics module.""" -__version__ = '20200429' +__version__ = '20200429.1'