Skip to content

Commit 03b914b

Browse files
committed
Bump version: 0.6.1 → 0.6.2
Triggered by #1498 via GitHub Actions.
1 parent 2cc8c96 commit 03b914b

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
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.1
2+
current_version = 0.6.2
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.1",
5-
"version": "v0.6.1",
4+
"title": "scikit-hep/pyhf: v0.6.2",
5+
"version": "v0.6.2",
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.1",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.6.2",
4040
"relation": "isSupplementTo"
4141
}
4242
]

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.1}",
291-
version = {0.6.1},
290+
title = "{pyhf: v0.6.2}",
291+
version = {0.6.2},
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.1}
294+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2}
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.1-blue.svg
340+
.. |Docs from latest| image:: https://img.shields.io/badge/docs-v0.6.2-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.1-blue?logo=Docker
353+
.. |Docker Hub pyhf| image:: https://img.shields.io/badge/pyhf-v0.6.2-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.1",
9+
"version": "0.6.2",
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.1}",
4-
version = {0.6.1},
3+
title = "{pyhf: v0.6.2}",
4+
version = {0.6.2},
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.1}
7+
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.2}
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.1}", version = {0.6.1}, doi = {10.5281/zenodo.1169739}, url = {https://doi.org/10.5281/zenodo.1169739}, note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.1}}@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.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}}'
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)