Commit fcdcaf4 1 parent bad6040 commit fcdcaf4 Copy full SHA for fcdcaf4
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " A small package to get structured data out of Les Houches Event files" ,
3
3
"license" : " Apache-2.0" ,
4
- "title" : " scikit-hep/pylhe: v0.9.0 " ,
5
- "version" : " v0.9.0 " ,
4
+ "title" : " scikit-hep/pylhe: v0.9.1 " ,
5
+ "version" : " v0.9.1 " ,
6
6
"upload_type" : " software" ,
7
7
"creators" : [
8
8
{
36
36
"related_identifiers" : [
37
37
{
38
38
"scheme" : " url" ,
39
- "identifier" : " https://github.com/scikit-hep/pylhe/tree/v0.9.0 " ,
39
+ "identifier" : " https://github.com/scikit-hep/pylhe/tree/v0.9.1 " ,
40
40
"relation" : " isSupplementTo"
41
41
}
42
42
]
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ authors:
18
18
given-names : " Alexander Puck"
19
19
orcid : " https://orcid.org/0000-0002-2484-1328"
20
20
affiliation : " Institut für Theoretische Physik, Universität Münster"
21
- title : " pylhe: v0.9.0 "
22
- version : 0.9.0
21
+ title : " pylhe: v0.9.1 "
22
+ version : 0.9.1
23
23
doi : 10.5281/zenodo.1217031
24
- repository-code : " https://github.com/scikit-hep/pylhe/releases/tag/v0.9.0 "
24
+ repository-code : " https://github.com/scikit-hep/pylhe/releases/tag/v0.9.1 "
25
25
keywords :
26
26
- lhe
27
27
- physics
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ The preferred BibTeX entry for citation of `pylhe` is
140
140
```
141
141
@software{pylhe,
142
142
author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues and Alexander Puck Neuwirth},
143
- title = "{pylhe: v0.9.0 }",
144
- version = {v0.9.0 },
143
+ title = "{pylhe: v0.9.1 }",
144
+ version = {v0.9.1 },
145
145
doi = {10.5281/zenodo.1217031},
146
146
url = {https://github.com/scikit-hep/pylhe},
147
147
}
Original file line number Diff line number Diff line change 1
1
github_url = " https://github.com/scikit-hep/pylhe/"
2
2
3
3
[version ]
4
- current = " 0.9.0 "
4
+ current = " 0.9.1 "
5
5
6
6
# Example of a semver regexp.
7
7
# Make sure this matches current_version before
@@ -19,7 +19,7 @@ regex = '''
19
19
20
20
[git ]
21
21
# The current version will get updated when tbump is run
22
- message_template = " Bump version: 0.9.0 → {new_version}"
22
+ message_template = " Bump version: 0.9.1 → {new_version}"
23
23
tag_template = " v{new_version}"
24
24
25
25
# For each file to patch, add a [[file]] config
You can’t perform that action at this time.
0 commit comments