Skip to content

Commit d70178f

Browse files
committed
Bump version: 0.2.0 → 0.3.0
1 parent c6135d9 commit d70178f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
given-names: "Hew"
99
orcid: "https://orcid.org/0000-0000-0000-0000"
1010
title: "My Research Software"
11-
version: 0.2.0
11+
version: 0.3.0
1212
doi: 10.5281/zenodo.1234
1313
date-released: 2017-12-18
1414
url: "https://github.com/scientificcomputing/example-paper"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "my-fenics-paper"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
dependencies = [
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
8181
sign_tags = false
8282
tag_name = "v{new_version}"
8383
tag_message = "Bump version: {current_version} → {new_version}"
84-
current_version = "0.2.0"
84+
current_version = "0.3.0"
8585
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
8686
serialize = [
8787
"{major}.{minor}.{patch}"

0 commit comments

Comments
 (0)