From c0c685adbc3fccc0210009dd9a0d8a23f5a541ec Mon Sep 17 00:00:00 2001 From: kmarkert Date: Tue, 25 May 2021 16:43:12 -0500 Subject: [PATCH] path version bump -> 0.0.3 --- fierpy/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fierpy/__init__.py b/fierpy/__init__.py index 31f4362..337a10c 100644 --- a/fierpy/__init__.py +++ b/fierpy/__init__.py @@ -1,3 +1,3 @@ from .fier import * -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/setup.py b/setup.py index 456f504..0dd6ad7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = fh.read() setup(name='fierpy', - version='0.0.2', + version='0.0.3', description='Python implementation of the Forecasting Inundation Extents using REOF method', long_description=long_description, long_description_content_type="text/markdown",