From 971ead7ed23699f6459ee6ab3fbd6ae952acded6 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 26 Dec 2020 13:55:48 +0100 Subject: [PATCH] Bump version to 1.0.2 --- digaws/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digaws/__init__.py b/digaws/__init__.py index 6d0e1c2..90bc65e 100644 --- a/digaws/__init__.py +++ b/digaws/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' __description__ = 'Look up canonical information for AWS IP addresses and networks'