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 1ea453a..965f965 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.0 # This is automatically set using the bumpversion tool. +version: v1.0.1 # This is automatically set using the bumpversion tool. identifiers: - type: doi value: 10.5281/zenodo.8301002 diff --git a/README.md b/README.md index bf5bcfd..09ed9de 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,6 @@ license - - binder - render @@ -26,6 +23,16 @@

+

+ + binder + + + binder + +
+

+

RoHub diff --git a/notebook.ipynb b/notebook.ipynb index 4c60b7e..1966ec2 100644 --- a/notebook.ipynb +++ b/notebook.ipynb @@ -16,9 +16,6 @@ " \n", " \"license\"\n", " \n", - " \n", - " \"binder\"\n", - " \n", " \n", " \"render\"\n", " \n", @@ -29,6 +26,16 @@ "

\n", "\n", "

\n", + " \n", + " \"binder\"\n", + " \n", + " \n", + " \"binder\"\n", + " \n", + "
\n", + "

\n", + "\n", + "

\n", " \n", " \"RoHub\"\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()}')" ] },