Skip to content

Commit

Permalink
Merge pull request #5 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint - fix path in EDS book notebook contributors
  • Loading branch information
acocac authored Sep 3, 2023
2 parents f638cdb + 2bb766a commit b3cef5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2
current_version = v1.0.3
commit = True
tag = True
parse = (v(?P<major>\d+))(.(?P<minor>\d+))(.(?P<patch>\d+))
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ authors:
orcid: 0000-0002-9264-1539
affiliation: The Alan Turing Institute
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/15d986da-2d7c-44fb-af71-700494485def/graphs/contributors"
version: v1.0.2 # This is automatically set using the bumpversion tool.
website: "https://github.com/eds-book-gallery/ac327c3a-5264-40a2-8c6e-1e8d7c4b37ef/graphs/contributors"
version: v1.0.3 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: 10.5281/zenodo.8311332
Expand Down
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
"source": [
"from datetime import date\n",
"\n",
"print('Notebook repository version: v1.0.2')\n",
"print('Notebook repository version: v1.0.3')\n",
"print(f'Last tested: {date.today()}')"
]
},
Expand Down

0 comments on commit b3cef5e

Please sign in to comment.