File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 given-names : " Hew"
99 orcid : " https://orcid.org/0000-0000-0000-0000"
1010title : " My Research Software"
11- version : 0.2 .0
11+ version : 0.3 .0
1212doi : 10.5281/zenodo.1234
1313date-released : 2017-12-18
1414url : " https://github.com/scientificcomputing/example-paper"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " my-fenics-paper"
7- version = " 0.2 .0"
7+ version = " 0.3 .0"
88dependencies = [
99 " h5py==3.9.0" , # Pin to same version that is allready installed in the docker image
1010 " cardiac-geometries>=0.11.0" ,
@@ -81,7 +81,7 @@ tag = true
8181sign_tags = false
8282tag_name = " v{new_version}"
8383tag_message = " Bump version: {current_version} → {new_version}"
84- current_version = " 0.2 .0"
84+ current_version = " 0.3 .0"
8585parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
8686serialize = [
8787 " {major}.{minor}.{patch}"
You can’t perform that action at this time.
0 commit comments