Skip to content

Commit

Permalink
Bump version: 0.5.3 → 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Dec 9, 2020
1 parent 956ed6e commit 8f3e790
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.3
current_version = 0.5.4
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 HistFactory implementation with tensors and autodiff",
"license": "Apache-2.0",
"title": "scikit-hep/pyhf: v0.5.3",
"version": "v0.5.3",
"title": "scikit-hep/pyhf: v0.5.4",
"version": "v0.5.4",
"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.3",
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.5.4",
"relation": "isSupplementTo"
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.3}",
version = {0.5.3},
title = "{pyhf: v0.5.4}",
version = {0.5.4},
doi = {10.5281/zenodo.1169739},
url = {https://github.com/scikit-hep/pyhf},
}
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@type": "SoftwareSourceCode",
"identifier": "pyhf",
"name": "pyhf",
"version": "0.5.3",
"version": "0.5.4",
"description": "pure-Python HistFactory implementation with tensors and autodiff",
"license": "Apache, OSI Approved :: Apache Software License",
"author": [
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.3}",
version = {0.5.3},
title = "{pyhf: v0.5.4}",
version = {0.5.4},
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.3
version = 0.5.4
description = pure-Python HistFactory implementation with tensors and autodiff
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.3'
__version__ = '0.5.4'

0 comments on commit 8f3e790

Please sign in to comment.