File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
19
19
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
20
20
#
21
- __version__ = "0.8.dev0 "
21
+ __version__ = "0.8.0 "
22
22
23
23
if "64" not in architecture ()[0 ]:
24
24
raise Exception ("This library has not been tested for a 32 bit system." )
Original file line number Diff line number Diff line change 8
8
9
9
setuptools .setup (
10
10
name = "fmskill" ,
11
- version = "0.8.dev0 " ,
11
+ version = "0.8.0 " ,
12
12
install_requires = [
13
13
"numpy" ,
14
14
"pandas" ,
46
46
""" ,
47
47
author = "Jesper Sandvig Mariegaard" ,
48
48
author_email = "jem@dhigroup.com" ,
49
- description = "Compare results from MIKE FM simulations with observations." ,
49
+ description = "Compare results from MIKE simulations with observations." ,
50
50
license = "MIT" ,
51
51
long_description = long_description ,
52
52
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments