Skip to content

Commit

Permalink
Merge pull request #119 from rpauly18/version0.4.0
Browse files Browse the repository at this point in the history
updating version number
  • Loading branch information
rpauly18 authored Jun 30, 2021
2 parents f4904d8 + 60270c8 commit 93001e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import warnings as _warn
_warn.simplefilter(action='ignore', category=FutureWarning)

__version__ = 'v0.3.1'
__version__ = 'v0.4.0'

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

0 comments on commit 93001e8

Please sign in to comment.