From 6ac0f6280c56111c32f46ec9aaad0286d05d36e7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 2 Jul 2020 17:30:50 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.3=20=E2=86=92=200.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Triggered by #915 via GitHub Actions. --- .bumpversion.cfg | 2 +- .zenodo.json | 6 +++--- README.rst | 4 ++-- docs/bib/preferred.bib | 4 ++-- setup.cfg | 2 +- src/pyhf/version.py | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4078e7f075..b651861f7f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.3 +current_version = 0.4.4 commit = True tag = True diff --git a/.zenodo.json b/.zenodo.json index 6f2e945a49..e74aae465c 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,8 +1,8 @@ { "description": "pure-Python implementation of HistFactory models with tensors and autograd", "license": "Apache-2.0", - "title": "scikit-hep/pyhf: v0.4.3", - "version": "v0.4.3", + "title": "scikit-hep/pyhf: v0.4.4", + "version": "v0.4.4", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.4.3", + "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.4.4", "relation": "isSupplementTo" } ] diff --git a/README.rst b/README.rst index d991194628..a59ac85467 100644 --- a/README.rst +++ b/README.rst @@ -174,8 +174,8 @@ BibTeX entry for citation of ``pyhf`` is @software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", - title = "{pyhf: v0.4.3}", - version = {0.4.3}, + title = "{pyhf: v0.4.4}", + version = {0.4.4}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf}, } diff --git a/docs/bib/preferred.bib b/docs/bib/preferred.bib index f86f5423cd..32487dfe0c 100644 --- a/docs/bib/preferred.bib +++ b/docs/bib/preferred.bib @@ -1,7 +1,7 @@ @software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", - title = "{pyhf: v0.4.3}", - version = {0.4.3}, + title = "{pyhf: v0.4.4}", + version = {0.4.4}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf}, } diff --git a/setup.cfg b/setup.cfg index d34a113769..ecbd965f86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyhf -version = 0.4.3 +version = 0.4.4 description = (partial) pure Python HistFactory implementation long_description = file: README.rst long_description_content_type = text/x-rst diff --git a/src/pyhf/version.py b/src/pyhf/version.py index e4e33de98f..65e90d7d77 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.4.3' +__version__ = '0.4.4'