From 9f69b1699e631f31afa7507e575cb9f58b874293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20N=C3=A1poles=20L=C3=B3pez?= Date: Mon, 20 Jun 2022 14:22:12 -0400 Subject: [PATCH] Updating version to 1.7.1 --- AugmentedNet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AugmentedNet/__init__.py b/AugmentedNet/__init__.py index a11a45a2..e1e165f1 100644 --- a/AugmentedNet/__init__.py +++ b/AugmentedNet/__init__.py @@ -4,7 +4,7 @@ import glob __author__ = "Néstor Nápoles López" -__version__ = "1.7.0" +__version__ = "1.7.1" modules = glob.glob(join(dirname(__file__), "*.py")) __all__ = [ basename(f)[:-3]