From 14e533ff5ad4d80752a29df17339cf062569b104 Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Wed, 20 May 2020 13:14:44 +0200 Subject: [PATCH] Bump version (#102) --- libcloudforensics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloudforensics/__init__.py b/libcloudforensics/__init__.py index 077a5674..44a8986a 100644 --- a/libcloudforensics/__init__.py +++ b/libcloudforensics/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. """libcloud forensics module.""" -__version__ = '20200511' +__version__ = '20200520'