diff --git a/CITATION.cff b/CITATION.cff index f19704ee..7f77b222 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -69,5 +69,5 @@ keywords: - sediment license: GPL-3.0 commit: 0adaedfc8015f18b3b551bed1dda38d630cd8c95 -version: 3.0.0 +version: 3.0.1 date-released: '2025-07-11' diff --git a/README.md b/README.md index 7f5da160..f6d87982 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Read our [Contribution Guidelines](CONTRIBUTING.md) to know how you can help to Please, cite this software as follows: -*de Vries, S., Hallin, C., van IJzendoorn, C., van Westen, B., Cohn, N., Strypsteen, G., Skaden, J., Agrawal, N., & Garcia Alvarez, M. (2023). AeoLiS (Version 3.0.0) [Computer software]. https://github.com/openearth/aeolis-python* +*de Vries, S., Hallin, C., van IJzendoorn, C., van Westen, B., Cohn, N., Strypsteen, G., Skaden, J., Agrawal, N., & Garcia Alvarez, M. (2023). AeoLiS (Version 3.0.1) [Computer software]. https://github.com/openearth/aeolis-python* ## Acknowlegdements diff --git a/pyproject.toml b/pyproject.toml index 68edc9d3..297f1c27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ exclude = [ [project] name = "aeolis" -version = "3.0.0" +version = "3.0.1" authors = [ { name="Sierd de Vries", email="sierd.devries@tudelft.nl" }, ]