Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
Triggered by #1051 via GitHub Actions.
  • Loading branch information
actions-user committed Sep 7, 2020
1 parent 2cabb09 commit d7cd2f1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -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"
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
Expand Down
4 changes: 2 additions & 2 deletions docs/bib/preferred.bib
Original file line number Diff line number Diff line change
@@ -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},
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pyhf/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d7cd2f1

Please sign in to comment.