Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 14, 2023
1 parent c6135d9 commit d70178f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: "Hew"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "My Research Software"
version: 0.2.0
version: 0.3.0
doi: 10.5281/zenodo.1234
date-released: 2017-12-18
url: "https://github.com/scientificcomputing/example-paper"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "my-fenics-paper"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
"cardiac-geometries>=0.11.0",
Expand Down Expand Up @@ -81,7 +81,7 @@ tag = true
sign_tags = false
tag_name = "v{new_version}"
tag_message = "Bump version: {current_version} → {new_version}"
current_version = "0.2.0"
current_version = "0.3.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = [
"{major}.{minor}.{patch}"
Expand Down

0 comments on commit d70178f

Please sign in to comment.