Skip to content

Commit 2b0a1e2

Browse files
committed
Bump version: 0.4.2 → 0.4.3
Triggered by #884 via GitHub Actions.
1 parent dda2ba5 commit 2b0a1e2

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.2
2+
current_version = 0.4.3
33
commit = True
44
tag = True
55

.zenodo.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": "pure-Python implementation of HistFactory models with tensors and autograd",
33
"license": "Apache-2.0",
4-
"title": "scikit-hep/pyhf: v0.4.2",
5-
"version": "v0.4.2",
4+
"title": "scikit-hep/pyhf: v0.4.3",
5+
"version": "v0.4.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.4.2",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.4.3",
4040
"relation": "isSupplementTo"
4141
}
4242
]

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ BibTeX entry for citation of ``pyhf`` is
174174
175175
@software{pyhf,
176176
author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}",
177-
title = "{pyhf: v0.4.2}",
178-
version = {0.4.2},
177+
title = "{pyhf: v0.4.3}",
178+
version = {0.4.3},
179179
doi = {10.5281/zenodo.1169739},
180180
url = {https://github.com/scikit-hep/pyhf},
181181
}

docs/bib/preferred.bib

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@software{pyhf,
22
author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}",
3-
title = "{pyhf: v0.4.2}",
4-
version = {0.4.2},
3+
title = "{pyhf: v0.4.3}",
4+
version = {0.4.3},
55
doi = {10.5281/zenodo.1169739},
66
url = {https://github.com/scikit-hep/pyhf},
77
}

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyhf
3-
version = 0.4.2
3+
version = 0.4.3
44
description = (partial) pure Python HistFactory implementation
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

src/pyhf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Use semantic versioning (https://semver.org/)
44
# The version number is controlled through bumpversion.cfg
5-
__version__ = '0.4.2'
5+
__version__ = '0.4.3'

0 commit comments

Comments
 (0)