diff --git a/fierpy/__init__.py b/fierpy/__init__.py index 337a10c..f5d0b96 100644 --- a/fierpy/__init__.py +++ b/fierpy/__init__.py @@ -1,3 +1,3 @@ from .fier import * -__version__ = "0.0.3" +__version__ = "0.0.4" diff --git a/setup.py b/setup.py index 0dd6ad7..f17803c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = fh.read() setup(name='fierpy', - version='0.0.3', + version='0.0.4', description='Python implementation of the Forecasting Inundation Extents using REOF method', long_description=long_description, long_description_content_type="text/markdown",