From 5b056cad13e13d3468144a84e9fce1a9e4d9ee71 Mon Sep 17 00:00:00 2001 From: acoca Date: Mon, 11 Mar 2024 19:15:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=20v1.0.4=20=E2=86=92=20v1.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- notebook.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3c7945..5e34d07 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = v1.0.4 +current_version = v1.0.5 commit = True tag = True parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) diff --git a/CITATION.cff b/CITATION.cff index 252fdb0..78224d2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -9,7 +9,7 @@ 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.4 # This is automatically set using the bumpversion tool. +version: v1.0.5 # This is automatically set using the bumpversion tool. identifiers: - type: doi value: 10.5281/zenodo.8309766 diff --git a/notebook.ipynb b/notebook.ipynb index 5079480..812f17c 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -713,7 +713,7 @@ "source": [ "from datetime import date\n", "\n", - "print('Notebook repository version: v1.0.4')\n", + "print('Notebook repository version: v1.0.5')\n", "print(f'Last tested: {date.today()}')" ] },