diff --git a/CITATION.cff b/CITATION.cff index 19ebe5f..aaed1e4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 841f367..8406116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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]]