Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
DirkEilander committed Apr 17, 2023
1 parent 6484374 commit 551f9f7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
12 changes: 8 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "hydroMT-sfincs",
"description": "SFINCS plugin for hydroMT.",
"title": "HydroMT-SFINCS",
"description": "SFINCS plugin for HydroMT.",
"upload_type": "software",
"creators": [
{
Expand All @@ -11,7 +11,7 @@
{
"affiliation":"Deltares",
"name": "de Goede, Roel"
}
},
{
"affiliation": "Deltares",
"name": "Leijnse, Tim",
Expand All @@ -21,8 +21,12 @@
"affiliation": "Deltares",
"name": "Winsemius, Hessel C.",
"orcid": "0000-0001-5471-172X"
},
{
"affiliation": "Deltares-USA",
"name": "van Ormondt, Maarten"
}
],
"access_right": "open",
"license": "GPL-3.0",
"license": "GPLv3"
}
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ from conda-forge in a clean environment, see `installation guide. <docs_install>

How to cite?
------------
To reference the software please use the the DOI provided in the Zenodo badge |doi| that points to the latest release.
To reference the software please use the the DOI provided in the Zenodo badge that points to the latest release |doi|.

The following paper presents a real-world application of HydroMT-SFINCS:

Expand Down
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ dependencies:
- ffmpeg # to run examples (animation)
# - git
- hydromt>=0.7.1
- hydromt_sfincs
- hydromt_sfincs>=1.0
- jupyterlab # to run examples
- matplotlib==3.5.* # to run examples / https://github.com/SciTools/cartopy/issues/2086
- pip
- python=3.10 # fixing python version for binder
- pip:
- git+https://github.com/Deltares/hydromt_sfincs.git
- python=3.10 # fixing python version for binder
1 change: 1 addition & 0 deletions envs/hydromt-sfincs-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- pyproj
- python>=3.9
- pytest # tests
- pytest-cov # tests
- rasterio
- scipy
- shapely
Expand Down
2 changes: 1 addition & 1 deletion hydromt_sfincs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os.path import dirname, join, abspath


__version__ = "1.0.0.dev"
__version__ = "1.0.0"

DATADIR = join(dirname(abspath(__file__)), "data")

Expand Down

0 comments on commit 551f9f7

Please sign in to comment.