Skip to content

Commit

Permalink
Merge pull request #16 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Bump version: v1.0.0 → v1.0.1
  • Loading branch information
acocac authored Mar 8, 2024
2 parents 590bdba + 1d37f95 commit 9348014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0
current_version = v1.0.1
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 @@ -13,7 +13,7 @@ authors:
affiliation: University of Mumbai
- name: "This EDS book notebook contributors"
website: "https://github.com/eds-book-gallery/39d9c177-11da-41b2-9b64-63f4c1c834b3/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.8339298
Expand Down
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,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()}')"
]
},
Expand Down

0 comments on commit 9348014

Please sign in to comment.