diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1006b11dc1..8309fe2610 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = True diff --git a/.zenodo.json b/.zenodo.json index 68e5a14fd6..b6757f6546 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.5.1", - "version": "v0.5.1", + "title": "scikit-hep/pyhf: v0.5.2", + "version": "v0.5.2", "upload_type": "software", "creators": [ { @@ -36,7 +36,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.5.1", + "identifier": "https://github.com/scikit-hep/pyhf/tree/v0.5.2", "relation": "isSupplementTo" } ] diff --git a/README.rst b/README.rst index 4baf6d32cc..e21d96bdad 100644 --- a/README.rst +++ b/README.rst @@ -219,8 +219,8 @@ BibTeX entry for citation of ``pyhf`` is @software{pyhf, author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}", - title = "{pyhf: v0.5.1}", - version = {0.5.1}, + title = "{pyhf: v0.5.2}", + version = {0.5.2}, 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 036d721adc..ea70269293 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.1}", - version = {0.5.1}, + title = "{pyhf: v0.5.2}", + version = {0.5.2}, doi = {10.5281/zenodo.1169739}, url = {https://github.com/scikit-hep/pyhf}, } diff --git a/setup.cfg b/setup.cfg index 32c9353be1..8e77d77a9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyhf -version = 0.5.1 +version = 0.5.2 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 252fd917e4..264b8fbc71 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.1' +__version__ = '0.5.2'