Skip to content

Commit fcdcaf4

Browse files
committed
Bump version: 0.9.0 → 0.9.1
1 parent bad6040 commit fcdcaf4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.zenodo.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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: v0.9.0",
5-
"version": "v0.9.0",
4+
"title": "scikit-hep/pylhe: v0.9.1",
5+
"version": "v0.9.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/pylhe/tree/v0.9.0",
39+
"identifier": "https://github.com/scikit-hep/pylhe/tree/v0.9.1",
4040
"relation": "isSupplementTo"
4141
}
4242
]

CITATION.cff

+3-3
Original file line numberDiff line numberDiff 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: v0.9.0"
22-
version: 0.9.0
21+
title: "pylhe: v0.9.1"
22+
version: 0.9.1
2323
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"
2525
keywords:
2626
- lhe
2727
- physics

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ The preferred BibTeX entry for citation of `pylhe` is
140140
```
141141
@software{pylhe,
142142
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},
145145
doi = {10.5281/zenodo.1217031},
146146
url = {https://github.com/scikit-hep/pylhe},
147147
}

tbump.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/scikit-hep/pylhe/"
22

33
[version]
4-
current = "0.9.0"
4+
current = "0.9.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: 0.9.0 → {new_version}"
22+
message_template = "Bump version: 0.9.1 → {new_version}"
2323
tag_template = "v{new_version}"
2424

2525
# For each file to patch, add a [[file]] config

0 commit comments

Comments
 (0)