diff --git a/AugmentedNet.hdf5 b/AugmentedNet.hdf5 index 6e5bc50e..f985a643 100644 Binary files a/AugmentedNet.hdf5 and b/AugmentedNet.hdf5 differ diff --git a/AugmentedNet/__init__.py b/AugmentedNet/__init__.py index 574cf246..a11a45a2 100644 --- a/AugmentedNet/__init__.py +++ b/AugmentedNet/__init__.py @@ -4,7 +4,7 @@ import glob __author__ = "Néstor Nápoles López" -__version__ = "1.6.0" +__version__ = "1.7.0" modules = glob.glob(join(dirname(__file__), "*.py")) __all__ = [ basename(f)[:-3]