diff --git a/mapgenerator/__init__.py b/mapgenerator/__init__.py index de496b154a861124cd0ba9d04a2aff5c2bfe7c7d..a8b920122b47524731549febca711aa2de2fcf98 100644 --- a/mapgenerator/__init__.py +++ b/mapgenerator/__init__.py @@ -1,4 +1,4 @@ """ Map Generator is a toolkit that provides easy to use 2D plotting and evaluation functions for Earth Sciences """ -__version__ = "1.0.4" +__version__ = "1.0.5" diff --git a/mapgenerator/plotting/plotmap.py b/mapgenerator/plotting/plotmap.py index 8fcae03c013ab371819738a83a0ac2818a75ebea..ed0224eb2afdca98a3cdd611bd4663ecd77edab3 100644 --- a/mapgenerator/plotting/plotmap.py +++ b/mapgenerator/plotting/plotmap.py @@ -18,7 +18,7 @@ import numpy as np from datetime import datetime import os.path import subprocess -from collections import Iterable +from collections.abc import Iterable from PIL import Image from .definitions import MapData from .definitions import MapCross diff --git a/setup.py b/setup.py index 81f7f4501ce0533bdea1f5d93d21a166823bde93..a292a4913874ebfd15d77a0a3b0fdba6b5d532e4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="mapgenerator", license='Apache 2.0', # Version number (initial): - version="1.0.4", + version="1.0.5", # Application author details: author="Francesco Benincasa",