We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f156ffc commit 48af23aCopy full SHA for 48af23a
mhkit/__init__.py
@@ -1,3 +1,4 @@
1
+import warnings as _warn
2
from mhkit import wave
3
from mhkit import river
4
from mhkit import tidal
@@ -13,10 +14,9 @@
13
14
_rmc()
15
16
# Ignore future warnings
-import warnings as _warn
17
_warn.simplefilter(action='ignore', category=FutureWarning)
18
19
-__version__ = 'v0.5.1'
+__version__ = 'v0.7.0'
20
21
__copyright__ = """
22
Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of
0 commit comments