From 36ca8b879bf95282ff12e8b9307ae82d7afdd7f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Feb 2021 00:16:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.4=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggered by #1314 via GitHub Actions. --- .bumpversion.cfg | 2 +- .zenodo.json | 6 +++--- README.rst | 6 +++--- codemeta.json | 2 +- setup.cfg | 2 +- src/pyhf/data/citation.bib | 4 ++-- src/pyhf/utils.py | 2 +- src/pyhf/version.py | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 65bda1b1c7..e2be794274 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.4 +current_version = 0.6.0 commit = True tag = True diff --git a/.zenodo.json b/.zenodo.json index 20579b7ece..860ad10bc0 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "pure-Python HistFactory implementation with tensors and autodiff", "license": "Apache-2.0", - "title": "scikit-hep/pyhf: v0.5.4", - "version": "v0.5.4", + "title": "scikit-hep/pyhf: v0.6.0", + "version": "v0.6.0", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.5.4", + "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.6.0", "relation": "isSupplementTo" } ] diff --git a/README.rst b/README.rst index a433f5fb1a..8042dabb1f 100644 --- a/README.rst +++ b/README.rst @@ -284,8 +284,8 @@ the preferred BibTeX entry for citation of ``pyhf`` includes both the @software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", - title = "{pyhf: v0.5.4}", - version = {0.5.4}, + title = "{pyhf: v0.6.0}", + version = {0.6.0}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf}, } @@ -350,7 +350,7 @@ and grant `OAC-1450377 >> import pyhf >>> pyhf.utils.citation(True) - '@software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", title = "{pyhf: v0.5.4}", version = {0.5.4}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf},}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}' + '@software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", title = "{pyhf: v0.6.0}", version = {0.6.0}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf},}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}' Keyword Args: oneline (:obj:`bool`): Whether to provide citation with new lines (default) or as a one-liner. diff --git a/src/pyhf/version.py b/src/pyhf/version.py index 743aae0711..2fe6bc4d52 100644 --- a/src/pyhf/version.py +++ b/src/pyhf/version.py @@ -2,4 +2,4 @@ # Use semantic versioning (https://semver.org/) # The version number is controlled through bumpversion.cfg -__version__ = '0.5.4' +__version__ = '0.6.0'