diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c590790..14a62e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = v1.0.2 +current_version = v1.0.3 commit = True tag = True parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) diff --git a/CITATION.cff b/CITATION.cff index f6bded3..a1b7a9b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,10 +9,10 @@ authors: affiliation: Science & Technology Facilities Council - name: "This EDS book notebook contributors" website: "https://github.com/eds-book-gallery/bc30df18-fce2-42fa-aade-1ce5b7f3ca3c/graphs/contributors" -version: v1.0.2 # This is automatically set using the bumpversion tool. +version: v1.0.3 # This is automatically set using the bumpversion tool. identifiers: - type: doi - value: 10.5281/zenodo.8309767 + value: 10.5281/zenodo.8309766 description: The concept DOI for the collection containing all versions of the notebook. abstract: "Notebook developed to demonstrate how to explore SEVIRI Level 1.5." keywords: diff --git a/notebook.ipynb b/notebook.ipynb index d41996f..14a0964 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -692,7 +692,7 @@ "id": "7435c139", "metadata": {}, "source": [ - "Please see [CITATION.cff](https://github.com/eds-book-gallery/15d986da-2d7c-44fb-af71-700494485def/blob/main/CITATION.cff) for the full citation information. The citation file can be exported to APA or BibTex formats (learn more [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files))." + "Please see [CITATION.cff](https://github.com/eds-book-gallery/bc30df18-fce2-42fa-aade-1ce5b7f3ca3c/blob/main/CITATION.cff) for the full citation information. The citation file can be exported to APA or BibTex formats (learn more [here](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files))." ] }, { @@ -720,7 +720,7 @@ "source": [ "from datetime import date\n", "\n", - "print('Notebook repository version: v1.0.2')\n", + "print('Notebook repository version: v1.0.3')\n", "print(f'Last tested: {date.today()}')" ] },