Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version: v1.0.1 → v1.0.2 #14

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump version: v1.0.1 → v1.0.2
  • Loading branch information
acocac committed Mar 8, 2024
commit 20c6bc3f18246a67979d6371e51736b77b2b6861
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 @@ -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.1 # This is automatically set using the bumpversion tool.
version: v1.0.2 # This is automatically set using the bumpversion tool.
identifiers:
- type: doi
value: 10.5281/zenodo.8301002
Expand Down
2 changes: 1 addition & 1 deletion notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,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
Loading