Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
Triggered by #766 via GitHub Actions.
  • Loading branch information
actions-user committed Mar 4, 2020
1 parent 35044d4 commit 377aa55
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True

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

[bumpversion:file:.zenodo.json]

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 implementation of HistFactory models with tensors and autograd",
"license": "Apache-2.0",
"title": "scikit-hep/pyhf: v0.4.0",
"version": "v0.4.0",
"title": "scikit-hep/pyhf: v0.4.1",
"version": "v0.4.1",
"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.4.0",
"identifier": "https://github.com/scikit-hep/pyhf/tree/v0.4.1",
"relation": "isSupplementTo"
},
{
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ As noted in [Use and Citations](https://scikit-hep.org/pyhf/citations.html), the
```bibtex
@software{pyhf,
author = "{Heinrich, Lukas and Feickert, Matthew and Stark, Giordon}",
title = "{pyhf: v0.4.0}",
version = {0.4.0},
title = "{pyhf: v0.4.1}",
version = {0.4.1},
doi = {10.5281/zenodo.1169739},
url = {https://github.com/scikit-hep/pyhf},
}
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.4.0}",
version = {0.4.0},
title = "{pyhf: v0.4.1}",
version = {0.4.1},
doi = {10.5281/zenodo.1169739},
url = {https://github.com/scikit-hep/pyhf},
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

setup(
name='pyhf',
version='0.4.0',
version='0.4.1',
description='(partial) pure python histfactory implementation',
long_description=long_description,
long_description_content_type='text/markdown',
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.4.0'
__version__ = '0.4.1'

0 comments on commit 377aa55

Please sign in to comment.