Skip to content

Commit 248e400

Browse files
committed
Bump version: 0.6.2 → 0.6.3
Triggered by #1583 via GitHub Actions.
1 parent 5a56b28 commit 248e400

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.2
2+
current_version = 0.6.3
33
commit = True
44
tag = True
55

.zenodo.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": "pure-Python HistFactory implementation with tensors and autodiff",
33
"license": "Apache-2.0",
4-
"title": "scikit-hep/pyhf: v0.6.2",
5-
"version": "v0.6.2",
4+
"title": "scikit-hep/pyhf: v0.6.3",
5+
"version": "v0.6.3",
66
"upload_type": "software",
77
"creators": [
88
{
@@ -36,7 +36,7 @@
3636
"related_identifiers": [
3737
{
3838
"scheme": "url",
39-
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.6.2",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.6.3",
4040
"relation": "isSupplementTo"
4141
}
4242
]

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ authors:
1414
given-names: "Giordon"
1515
orcid: "https://orcid.org/0000-0001-6616-3433"
1616
affiliation: "SCIPP, University of California, Santa Cruz"
17-
title: "pyhf: v0.6.2"
18-
version: 0.6.2
17+
title: "pyhf: v0.6.3"
18+
version: 0.6.3
1919
doi: 10.5281/zenodo.1169739
20-
repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2"
21-
url: "https://pyhf.readthedocs.io/en/v0.6.2/"
20+
repository-code: "https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3"
21+
url: "https://pyhf.readthedocs.io/en/v0.6.3/"
2222
keywords:
2323
- python
2424
- physics

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,11 @@ the preferred BibTeX entry for citation of ``pyhf`` includes both the
287287
288288
@software{pyhf,
289289
author = {Lukas Heinrich and Matthew Feickert and Giordon Stark},
290-
title = "{pyhf: v0.6.2}",
291-
version = {0.6.2},
290+
title = "{pyhf: v0.6.3}",
291+
version = {0.6.3},
292292
doi = {10.5281/zenodo.1169739},
293293
url = {https://doi.org/10.5281/zenodo.1169739},
294-
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2}
294+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3}
295295
}
296296
297297
@article{pyhf_joss,
@@ -337,7 +337,7 @@ and grant `OAC-1450377 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1450377
337337
:target: https://scikit-hep.org/
338338
.. |NSF Award Number| image:: https://img.shields.io/badge/NSF-1836650-blue.svg
339339
:target: https://nsf.gov/awardsearch/showAward?AWD_ID=1836650
340-
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.6.2-blue.svg
340+
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.6.3-blue.svg
341341
:target: https://pyhf.readthedocs.io/
342342
.. |Docs from master| image:: https://img.shields.io/badge/docs-master-blue.svg
343343
:target: https://scikit-hep.github.io/pyhf
@@ -350,7 +350,7 @@ and grant `OAC-1450377 <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1450377
350350
:target: https://github.com/conda-forge/pyhf-feedstock
351351
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/pyhf.svg
352352
:target: https://pypi.org/project/pyhf/
353-
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.6.2-blue?logo=Docker
353+
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.6.3-blue?logo=Docker
354354
:target: https://hub.docker.com/r/pyhf/pyhf/tags
355355
.. |Docker Hub pyhf CUDA| image:: https://img.shields.io/badge/pyhf-CUDA-blue?logo=Docker
356356
:target: https://hub.docker.com/r/pyhf/cuda/tags

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@type": "SoftwareSourceCode",
77
"identifier": "pyhf",
88
"name": "pyhf",
9-
"version": "0.6.2",
9+
"version": "0.6.3",
1010
"description": "pure-Python HistFactory implementation with tensors and autodiff",
1111
"license": "Apache, OSI Approved :: Apache Software License",
1212
"author": [

src/pyhf/data/citation.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@software{pyhf,
22
author = {Lukas Heinrich and Matthew Feickert and Giordon Stark},
3-
title = "{pyhf: v0.6.2}",
4-
version = {0.6.2},
3+
title = "{pyhf: v0.6.3}",
4+
version = {0.6.3},
55
doi = {10.5281/zenodo.1169739},
66
url = {https://doi.org/10.5281/zenodo.1169739},
7-
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2}
7+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3}
88
}
99

1010
@article{pyhf_joss,

src/pyhf/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def citation(oneline=False):
132132
133133
>>> import pyhf
134134
>>> pyhf.utils.citation(oneline=True)
135-
'@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.6.2}", version = {0.6.2}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2}}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}'
135+
'@software{pyhf, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark}, title = "{pyhf: v0.6.3}", version = {0.6.3}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3}}@article{pyhf_joss, doi = {10.21105/joss.02823}, url = {https://doi.org/10.21105/joss.02823}, year = {2021}, publisher = {The Open Journal}, volume = {6}, number = {58}, pages = {2823}, author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}, title = {pyhf: pure-Python implementation of HistFactory statistical models}, journal = {Journal of Open Source Software}}'
136136
137137
Keyword Args:
138138
oneline (:obj:`bool`): Whether to provide citation with new lines (default) or as a one-liner.

0 commit comments

Comments
 (0)