We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e632414 commit bcfaa91Copy full SHA for bcfaa91
fierpy/__init__.py
@@ -1,3 +1,3 @@
1
from .fier import *
2
3
-__version__ = "0.0.1"
+__version__ = "0.0.2"
setup.py
@@ -5,7 +5,7 @@
5
long_description = fh.read()
6
7
setup(name='fierpy',
8
- version='0.0.1',
+ version='0.0.2',
9
description='Python implementation of the Forecasting Inundation Extents using REOF method',
10
long_description=long_description,
11
long_description_content_type="text/markdown",
0 commit comments