Skip to content

Commit

Permalink
prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmariegaard committed Apr 20, 2021
1 parent d9a17e3 commit f15cd5e
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 @@ -16,7 +16,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.1.2.dev"
__version__ = "0.2.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,14 +8,14 @@

setuptools.setup(
name="fmskill",
version="0.1.2.dev",
version="0.2.0",
install_requires=["numpy", "pandas", "mikeio >= 0.6", "matplotlib", "xarray"],
extras_require={
"dev": [
"pytest",
"sphinx",
"sphinx-rtd-theme",
"black >= 20.7",
"black==20.8b1",
"shapely",
"plotly >= 4.5",
],
Expand Down

0 comments on commit f15cd5e

Please sign in to comment.