Skip to content

Commit

Permalink
Merge pull request #9 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint
  • Loading branch information
acocac authored Dec 5, 2024
2 parents d66fc92 + 739c694 commit 00e0ce1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = v1.0.1
current_version = v1.0.2
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
version: v1.0.2
identifiers:
- type: doi
value: 10.5281/zenodo.14279235
Expand Down
10 changes: 5 additions & 5 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@
"\n",
"### Contributions\n",
"#### Notebook\n",
"* Cameron Appel (author), Queen Mary University of London, @camappel\n",
"* Cameron Appel (author), Queen Mary University of London, [@camappel](https://github.com/camappel)\n",
"* Ethan P. White (reviewer), University of Florida, [@ethanwhite](https://github.com/ethanwhite)\n",
"* Louisa Van Zeeland (reviewer), The Alan Turing Institute, [@louisavz](https://github.com/louisavz)\n",
"* Alejandro Coca-Castro (editor), The Alan Turing Institute, [@acocac](https://github.com/acocac)\n",
"\n",
"#### Modelling codebase\n",
"* Ben Weinstein (maintainer & developer), University of Florida, @bw4sz\n",
"* Henry Senyondo (support maintainer), University of Florida, @henrykironde\n",
"* Ethan White (PI and author), University of Florida, @ethanwhite\n",
"* Ben Weinstein (maintainer & developer), University of Florida, [@bw4sz](https://github.com/bw4sz)\n",
"* Henry Senyondo (support maintainer), University of Florida, [@henrykironde](https://github.com/henrykironde)\n",
"* Ethan White (PI and author), University of Florida, [@ethanwhite](https://github.com/ethanwhite)\n",
"\n",
"#### Modelling publications\n",
"```{bibliography}\n",
Expand Down Expand Up @@ -827,7 +827,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()}')"
]
}
Expand Down

0 comments on commit 00e0ce1

Please sign in to comment.