Skip to content

Commit d2e599d

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent 45171cf commit d2e599d

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: 1.1.0
11+
version: 1.2.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-paper"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
dependencies = [
99
"ap_features",
1010
"matplotlib",
@@ -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 = "1.1.0"
84+
current_version = "1.2.0"
8585

8686

8787
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)