We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45171cf commit d2e599dCopy full SHA for d2e599d
2 files changed
CITATION.cff
@@ -8,7 +8,7 @@ authors:
8
given-names: "Hew"
9
orcid: "https://orcid.org/0000-0000-0000-0000"
10
title: "My Research Software"
11
-version: 1.1.0
+version: 1.2.0
12
doi: 10.5281/zenodo.1234
13
date-released: 2017-12-18
14
url: "https://github.com/scientificcomputing/example-paper"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "my-paper"
7
-version = "1.1.0"
+version = "1.2.0"
dependencies = [
"ap_features",
"matplotlib",
@@ -81,7 +81,7 @@ tag = true
81
sign_tags = false
82
tag_name = "v{new_version}"
83
tag_message = "Bump version: {current_version} → {new_version}"
84
-current_version = "1.1.0"
+current_version = "1.2.0"
85
86
87
[[tool.bumpversion.files]]
0 commit comments