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
diff --git a/notebook.ipynb b/notebook.ipynb index 4c60b7e..1966ec2 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -16,9 +16,6 @@ " \n", " \n", " \n", - " \n", - " \n", - " \n", " \n", " \n", " \n", @@ -29,6 +26,16 @@ "
\n", "\n", "\n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ " \n",
+ "
\n",
+ "
\n", " \n", " \n", " \n", @@ -1869,7 +1876,7 @@ "source": [ "## Citing this Notebook\n", "\n", - "Please see [CITATION.cff](https://github.com/eds-book-gallery/93463cac-471a-469d-ad52-0514fd9b67f2/blob/pre-release/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/93463cac-471a-469d-ad52-0514fd9b67f2/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))." ] }, { @@ -1896,7 +1903,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()}')" ] },