Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 14, 2023
1 parent 45171cf commit d2e599d
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: 1.1.0
version: 1.2.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-paper"
version = "1.1.0"
version = "1.2.0"
dependencies = [
"ap_features",
"matplotlib",
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 = "1.1.0"
current_version = "1.2.0"


[[tool.bumpversion.files]]
Expand Down

0 comments on commit d2e599d

Please sign in to comment.