Skip to content

Commit 48af23a

Browse files
authored
Update the Package (#258)
* update mhkit package version
1 parent f156ffc commit 48af23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mhkit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import warnings as _warn
12
from mhkit import wave
23
from mhkit import river
34
from mhkit import tidal
@@ -13,10 +14,9 @@
1314
_rmc()
1415

1516
# Ignore future warnings
16-
import warnings as _warn
1717
_warn.simplefilter(action='ignore', category=FutureWarning)
1818

19-
__version__ = 'v0.5.1'
19+
__version__ = 'v0.7.0'
2020

2121
__copyright__ = """
2222
Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of

0 commit comments

Comments
 (0)