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 8
8
given-names : " Hew"
9
9
orcid : " https://orcid.org/0000-0000-0000-0000"
10
10
title : " My Research Software"
11
- version : 0.2 .0
11
+ version : 0.3 .0
12
12
doi : 10.5281/zenodo.1234
13
13
date-released : 2017-12-18
14
14
url : " 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"
4
4
5
5
[project ]
6
6
name = " my-fenics-paper"
7
- version = " 0.2 .0"
7
+ version = " 0.3 .0"
8
8
dependencies = [
9
9
" h5py==3.9.0" , # Pin to same version that is allready installed in the docker image
10
10
" cardiac-geometries>=0.11.0" ,
@@ -81,7 +81,7 @@ tag = true
81
81
sign_tags = false
82
82
tag_name = " v{new_version}"
83
83
tag_message = " Bump version: {current_version} → {new_version}"
84
- current_version = " 0.2 .0"
84
+ current_version = " 0.3 .0"
85
85
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
86
86
serialize = [
87
87
" {major}.{minor}.{patch}"
You can’t perform that action at this time.
0 commit comments