Skip to content

Commit

Permalink
Python: Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Jul 10, 2024
1 parent 9e155d6 commit 7158e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mhkit_python_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

_warn.simplefilter(action="ignore", category=FutureWarning)

__version__ = "v0.2.0"
__version__ = "v0.5.0"

__copyright__ = """
Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import Extension

DISTNAME = 'mhkit_python_utils'
VERSION = '0.2.0'
VERSION = '0.5.0'
PACKAGES = ['mhkit_python_utils']
EXTENSIONS = []
DESCRIPTION = ''
Expand Down

0 comments on commit 7158e6e

Please sign in to comment.