From c39fc07af3d5bb31621f2dad695740231ccd6ca1 Mon Sep 17 00:00:00 2001 From: Amal Murali Date: Sun, 4 Jul 2021 14:03:04 +0530 Subject: [PATCH] Remove version from __init__.py --- onaws/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/onaws/__init__.py b/onaws/__init__.py index 935f7ab..0c5aeb1 100644 --- a/onaws/__init__.py +++ b/onaws/__init__.py @@ -1,3 +1 @@ -'''Simple library to check if a hostname belongs to AWS IP space.''' - -__version__ = '1.0' +'''Simple library to check if a hostname belongs to AWS IP space.''' \ No newline at end of file