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 cff659e..0c3eb61 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,8 +9,8 @@ authors: orcid: 0000-0002-9264-1539 affiliation: The Alan Turing Institute - name: "This EDS book notebook contributors" - website: "https://github.com/eds-book-gallery/15d986da-2d7c-44fb-af71-700494485def/graphs/contributors" -version: v1.0.2 # This is automatically set using the bumpversion tool. + website: "https://github.com/eds-book-gallery/ac327c3a-5264-40a2-8c6e-1e8d7c4b37ef/graphs/contributors" +version: v1.0.3 # This is automatically set using the bumpversion tool. identifiers: - type: doi value: 10.5281/zenodo.8311332 diff --git a/notebook.ipynb b/notebook.ipynb index 2dcb848..034d026 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -1206,7 +1206,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()}')" ] },