From 3a76b9933f18c18ea03cc75d9f75f74da186c56c Mon Sep 17 00:00:00 2001 From: Jonathan Greig Date: Tue, 5 Apr 2022 15:23:34 +1200 Subject: [PATCH] Version bump (#445) --- libcloudforensics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcloudforensics/__init__.py b/libcloudforensics/__init__.py index 8fb2a154..04706054 100644 --- a/libcloudforensics/__init__.py +++ b/libcloudforensics/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. """libcloud forensics module.""" -__version__ = '20220321' +__version__ = '20220405'