Skip to content

Commit

Permalink
Update the Package (MHKiT-Software#258)
Browse files Browse the repository at this point in the history
* update mhkit package version
  • Loading branch information
ssolson authored Aug 11, 2023
1 parent f156ffc commit 48af23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mhkit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import warnings as _warn
from mhkit import wave
from mhkit import river
from mhkit import tidal
Expand All @@ -13,10 +14,9 @@
_rmc()

# Ignore future warnings
import warnings as _warn
_warn.simplefilter(action='ignore', category=FutureWarning)

__version__ = 'v0.5.1'
__version__ = 'v0.7.0'

__copyright__ = """
Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of
Expand Down

0 comments on commit 48af23a

Please sign in to comment.