Skip to content

Commit

Permalink
path version bump -> 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KMarkert committed May 25, 2021
1 parent 8dee28e commit c0c685a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fierpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .fier import *

__version__ = "0.0.2"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c0c685a

Please sign in to comment.