Skip to content

Commit

Permalink
Merge pull request #167 from DHI/prepare-release-08
Browse files Browse the repository at this point in the history
Prepare release 0.8
  • Loading branch information
jsmariegaard authored Feb 22, 2023
2 parents a4b30d0 + ffd40c9 commit 1cf4977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fmskill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.8.dev0"
__version__ = "0.8.0"

if "64" not in architecture()[0]:
raise Exception("This library has not been tested for a 32 bit system.")
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name="fmskill",
version="0.8.dev0",
version="0.8.0",
install_requires=[
"numpy",
"pandas",
Expand Down Expand Up @@ -46,7 +46,7 @@
""",
author="Jesper Sandvig Mariegaard",
author_email="[email protected]",
description="Compare results from MIKE FM simulations with observations.",
description="Compare results from MIKE simulations with observations.",
license="MIT",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1cf4977

Please sign in to comment.