diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3dd6671..f040343 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = v1.0.0 +current_version = v1.0.1 commit = True tag = True parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) diff --git a/CITATION.cff b/CITATION.cff index 4c0530d..a4545e7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ authors: affiliation: Queen Mary University London - name: "This EDS book notebook contributors" website: "https://github.com/eds-book-gallery/95199651-9e81-4cae-a3a7-66398a9a5f62/graphs/contributors" -version: v1.0.0 +version: v1.0.1 identifiers: - type: doi value: 10.5281/zenodo.14279235 diff --git a/notebook.ipynb b/notebook.ipynb index 8915eaa..97c24ea 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -827,7 +827,7 @@ "source": [ "from datetime import date\n", "\n", - "print('Notebook repository version: v1.0.0')\n", + "print('Notebook repository version: v1.0.1')\n", "print(f'Last tested: {date.today()}')" ] }