From fcdcaf4ff72846c1063a8e31d8794b78f73efc52 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 5 Nov 2024 06:54:16 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zenodo.json | 6 +++--- CITATION.cff | 6 +++--- README.md | 4 ++-- tbump.toml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index a3d5ee5..5889942 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "A small package to get structured data out of Les Houches Event files", "license": "Apache-2.0", - "title": "scikit-hep/pylhe: v0.9.0", - "version": "v0.9.0", + "title": "scikit-hep/pylhe: v0.9.1", + "version": "v0.9.1", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pylhe/tree/v0.9.0", + "identifier": "https://github.com/scikit-hep/pylhe/tree/v0.9.1", "relation": "isSupplementTo" } ] diff --git a/CITATION.cff b/CITATION.cff index 6edf42d..d52c009 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -18,10 +18,10 @@ authors: given-names: "Alexander Puck" orcid: "https://orcid.org/0000-0002-2484-1328" affiliation: "Institut für Theoretische Physik, Universität Münster" -title: "pylhe: v0.9.0" -version: 0.9.0 +title: "pylhe: v0.9.1" +version: 0.9.1 doi: 10.5281/zenodo.1217031 -repository-code: "https://github.com/scikit-hep/pylhe/releases/tag/v0.9.0" +repository-code: "https://github.com/scikit-hep/pylhe/releases/tag/v0.9.1" keywords: - lhe - physics diff --git a/README.md b/README.md index 1a7fa98..7868757 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ The preferred BibTeX entry for citation of `pylhe` is ``` @software{pylhe, author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues and Alexander Puck Neuwirth}, - title = "{pylhe: v0.9.0}", - version = {v0.9.0}, + title = "{pylhe: v0.9.1}", + version = {v0.9.1}, doi = {10.5281/zenodo.1217031}, url = {https://github.com/scikit-hep/pylhe}, } diff --git a/tbump.toml b/tbump.toml index a3c7d30..aa3c11a 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/scikit-hep/pylhe/" [version] -current = "0.9.0" +current = "0.9.1" # Example of a semver regexp. # Make sure this matches current_version before @@ -19,7 +19,7 @@ regex = ''' [git] # The current version will get updated when tbump is run -message_template = "Bump version: 0.9.0 → {new_version}" +message_template = "Bump version: 0.9.1 → {new_version}" tag_template = "v{new_version}" # For each file to patch, add a [[file]] config