From f5ea013b7b856866c7164df146f1e205772677db Mon Sep 17 00:00:00 2001 From: Tamas Szabo Date: Fri, 5 Oct 2018 16:08:33 +0300 Subject: [PATCH] Version 1.6.0 -> 1.7.0 --- iprestrict/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iprestrict/__init__.py b/iprestrict/__init__.py index 9c94c8a..8039c4b 100644 --- a/iprestrict/__init__.py +++ b/iprestrict/__init__.py @@ -5,4 +5,4 @@ __all__ = ["IPRestrictor"] -__version__ = "1.6.0" +__version__ = "1.7.0"