Skip to content

Commit 1cf4977

Browse files
authored
Merge pull request #167 from DHI/prepare-release-08
Prepare release 0.8
2 parents a4b30d0 + ffd40c9 commit 1cf4977

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fmskill/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
1919
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2020
#
21-
__version__ = "0.8.dev0"
21+
__version__ = "0.8.0"
2222

2323
if "64" not in architecture()[0]:
2424
raise Exception("This library has not been tested for a 32 bit system.")

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="fmskill",
11-
version="0.8.dev0",
11+
version="0.8.0",
1212
install_requires=[
1313
"numpy",
1414
"pandas",
@@ -46,7 +46,7 @@
4646
""",
4747
author="Jesper Sandvig Mariegaard",
4848
author_email="jem@dhigroup.com",
49-
description="Compare results from MIKE FM simulations with observations.",
49+
description="Compare results from MIKE simulations with observations.",
5050
license="MIT",
5151
long_description=long_description,
5252
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)