diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3b76a9307f..43ada036fe 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.2 +current_version = 0.5.3 commit = True tag = True diff --git a/.zenodo.json b/.zenodo.json index ec86e0a669..f03b801a4f 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.2", - "version": "v0.5.2", + "title": "scikit-hep/pyhf: v0.5.3", + "version": "v0.5.3", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.5.2", + "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.5.3", "relation": "isSupplementTo" } ] diff --git a/README.rst b/README.rst index 8959cde5a9..c64203fee4 100644 --- a/README.rst +++ b/README.rst @@ -281,8 +281,8 @@ BibTeX entry for citation of ``pyhf`` is @software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", - title = "{pyhf: v0.5.2}", - version = {0.5.2}, + title = "{pyhf: v0.5.3}", + version = {0.5.3}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf}, } diff --git a/codemeta.json b/codemeta.json index 3dc17b692c..a42db2de75 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "@type": "SoftwareSourceCode", "identifier": "pyhf", "name": "pyhf", - "version": "0.5.2", + "version": "0.5.3", "description": "pure-Python HistFactory implementation with tensors and autodiff", "license": "Apache, OSI Approved :: Apache Software License", "author": [ diff --git a/docs/bib/preferred.bib b/docs/bib/preferred.bib index ea70269293..a2d22e16b5 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.5.2}", - version = {0.5.2}, + title = "{pyhf: v0.5.3}", + version = {0.5.3}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf}, } diff --git a/setup.cfg b/setup.cfg index 03d41929dc..54e436ce1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyhf -version = 0.5.2 +version = 0.5.3 description = pure-Python HistFactory implementation with tensors and autodiff 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 264b8fbc71..416af496ba 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.2' +__version__ = '0.5.3'