From dd31eccac66c2d97007628da61b560640da03b47 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 7 Feb 2024 06:49:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zenodo.json | 6 +++--- README.md | 4 ++-- tbump.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 64233c27..9df03f00 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "small package to get structured data out of Les Houches Event files", "license": "Apache-2.0", - "title": "scikit-hep/pylhe: v0.7.0", - "version": "v0.7.0", + "title": "scikit-hep/pylhe: v0.8.0", + "version": "v0.8.0", "upload_type": "software", "creators": [ { @@ -29,7 +29,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pylhe/tree/v0.7.0", + "identifier": "https://github.com/scikit-hep/pylhe/tree/v0.8.0", "relation": "isSupplementTo" } ] diff --git a/README.md b/README.md index 07a5d77e..1b26ccd4 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ The preferred BibTeX entry for citation of `pylhe` is ``` @software{pylhe, author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues}, - title = "{pylhe: v0.7.0}", - version = {v0.7.0}, + title = "{pylhe: v0.8.0}", + version = {v0.8.0}, doi = {10.5281/zenodo.1217031}, url = {https://github.com/scikit-hep/pylhe}, } diff --git a/tbump.toml b/tbump.toml index 9ea2557d..5439d915 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/scikit-hep/pylhe/" [version] -current = "0.7.0" +current = "0.8.0" # 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.7.0 → {new_version}" +message_template = "Bump version: 0.8.0 → {new_version}" tag_template = "v{new_version}" # For each file to patch, add a [[file]] config