From 20c6bc3f18246a67979d6371e51736b77b2b6861 Mon Sep 17 00:00:00 2001 From: acoca Date: Fri, 8 Mar 2024 11:32:06 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=20v1.0.1=20=E2=86=92=20v1.0.2?= 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 f040343..c590790 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = v1.0.1 +current_version = v1.0.2 commit = True tag = True parse = (v(?P\d+))(.(?P\d+))(.(?P\d+)) diff --git a/CITATION.cff b/CITATION.cff index 965f965..1e05527 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,7 +18,7 @@ authors: affiliation: University of Cambridge - name: "This EDS book notebook contributors" website: "https://github.com/eds-book-gallery/93463cac-471a-469d-ad52-0514fd9b67f2/graphs/contributors" -version: v1.0.1 # This is automatically set using the bumpversion tool. +version: v1.0.2 # This is automatically set using the bumpversion tool. identifiers: - type: doi value: 10.5281/zenodo.8301002 diff --git a/notebook.ipynb b/notebook.ipynb index f5660ae..fb2a370 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -1902,7 +1902,7 @@ "source": [ "from datetime import date\n", "\n", - "print('Notebook repository version: v1.0.1')\n", + "print('Notebook repository version: v1.0.2')\n", "print(f'Last tested: {date.today()}')" ] },