Skip to content

Commit 377aa55

Browse files
committed
Bump version: 0.4.0 → 0.4.1
Triggered by #766 via GitHub Actions.
1 parent 35044d4 commit 377aa55

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.bumpversion.cfg

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

@@ -12,3 +12,4 @@ tag = True
1212
[bumpversion:file:docs/bib/preferred.bib]
1313

1414
[bumpversion:file:.zenodo.json]
15+

.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 implementation of HistFactory models with tensors and autograd",
33
"license": "Apache-2.0",
4-
"title": "scikit-hep/pyhf: v0.4.0",
5-
"version": "v0.4.0",
4+
"title": "scikit-hep/pyhf: v0.4.1",
5+
"version": "v0.4.1",
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.0",
39+
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.4.1",
4040
"relation": "isSupplementTo"
4141
},
4242
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ As noted in [Use and Citations](https://scikit-hep.org/pyhf/citations.html), the
130130
```bibtex
131131
@software{pyhf,
132132
author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}",
133-
title = "{pyhf: v0.4.0}",
134-
version = {0.4.0},
133+
title = "{pyhf: v0.4.1}",
134+
version = {0.4.1},
135135
doi = {10.5281/zenodo.1169739},
136136
url = {https://github.com/scikit-hep/pyhf},
137137
}

docs/bib/preferred.bib

Lines changed: 2 additions & 2 deletions
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.0}",
4-
version = {0.4.0},
3+
title = "{pyhf: v0.4.1}",
4+
version = {0.4.1},
55
doi = {10.5281/zenodo.1169739},
66
url = {https://github.com/scikit-hep/pyhf},
77
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
setup(
7777
name='pyhf',
78-
version='0.4.0',
78+
version='0.4.1',
7979
description='(partial) pure python histfactory implementation',
8080
long_description=long_description,
8181
long_description_content_type='text/markdown',

src/pyhf/version.py

Lines changed: 1 addition & 1 deletion
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.0'
5+
__version__ = '0.4.1'

0 commit comments

Comments
 (0)