Skip to content

Commit bcfaa91

Browse files
committed
path version bump -> 0.0.2
1 parent e632414 commit bcfaa91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fierpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .fier import *
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
long_description = fh.read()
66

77
setup(name='fierpy',
8-
version='0.0.1',
8+
version='0.0.2',
99
description='Python implementation of the Forecasting Inundation Extents using REOF method',
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)