File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "description" : " A small package to get structured data out of Les Houches Event files" ,
33 "license" : " Apache-2.0" ,
4- "title" : " scikit-hep/pylhe: v1.0.0 " ,
5- "version" : " v1.0.0 " ,
4+ "title" : " scikit-hep/pylhe: v1.0.1 " ,
5+ "version" : " v1.0.1 " ,
66 "upload_type" : " software" ,
77 "creators" : [
88 {
3636 "related_identifiers" : [
3737 {
3838 "scheme" : " url" ,
39- "identifier" : " https://github.com/scikit-hep/pylhe/tree/v1.0.0 " ,
39+ "identifier" : " https://github.com/scikit-hep/pylhe/tree/v1.0.1 " ,
4040 "relation" : " isSupplementTo"
4141 }
4242 ]
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ authors:
1818 given-names : " Alexander Puck"
1919 orcid : " https://orcid.org/0000-0002-2484-1328"
2020 affiliation : " Institut für Theoretische Physik, Universität Münster"
21- title : " pylhe: v1.0.0 "
22- version : 1.0.0
21+ title : " pylhe: v1.0.1 "
22+ version : 1.0.1
2323doi : 10.5281/zenodo.1217031
24- repository-code : " https://github.com/scikit-hep/pylhe/releases/tag/v1.0.0 "
24+ repository-code : " https://github.com/scikit-hep/pylhe/releases/tag/v1.0.1 "
2525keywords :
2626 - lhe
2727 - physics
Original file line number Diff line number Diff line change 1919[ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/scikit-hep/pylhe/main.svg )] ( https://results.pre-commit.ci/latest/github/scikit-hep/pylhe/main )
2020[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
2121
22- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/scikit-hep/pylhe/main?urlpath=lab/tree/docs/source/examples/00_version_1.0.0 .ipynb )
22+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/scikit-hep/pylhe/main?urlpath=lab/tree/docs/source/examples/00_version_1.0.1 .ipynb )
2323
2424Small and thin Python interface to read [ Les Houches Event (LHE)] ( https://inspirehep.net/literature/725284 ) files
2525
@@ -157,8 +157,8 @@ The preferred BibTeX entry for citation of `pylhe` is
157157```
158158@software{pylhe,
159159 author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues and Alexander Puck Neuwirth},
160- title = "{pylhe: v1.0.0 }",
161- version = {v1.0.0 },
160+ title = "{pylhe: v1.0.1 }",
161+ version = {v1.0.1 },
162162 doi = {10.5281/zenodo.1217031},
163163 url = {https://github.com/scikit-hep/pylhe},
164164}
Original file line number Diff line number Diff line change 11github_url = " https://github.com/scikit-hep/pylhe/"
22
33[version ]
4- current = " 1.0.0 "
4+ current = " 1.0.1 "
55
66# Example of a semver regexp.
77# Make sure this matches current_version before
@@ -19,7 +19,7 @@ regex = '''
1919
2020[git ]
2121# The current version will get updated when tbump is run
22- message_template = " Bump version: 1.0.0 → {new_version}"
22+ message_template = " Bump version: 1.0.1 → {new_version}"
2323tag_template = " v{new_version}"
2424
2525# For each file to patch, add a [[file]] config
You can’t perform that action at this time.
0 commit comments