Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 4, 2023
1 parent 04ad557 commit 56a37fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "small package to get structured data out of Les Houches Event files",
"license": "Apache-2.0",
"title": "scikit-hep/pylhe: v0.4.0",
"version": "v0.4.0",
"title": "scikit-hep/pylhe: v0.5.0",
"version": "v0.5.0",
"upload_type": "software",
"creators": [
{
Expand All @@ -29,7 +29,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/scikit-hep/pylhe/tree/v0.4.0",
"identifier": "https://github.com/scikit-hep/pylhe/tree/v0.5.0",
"relation": "isSupplementTo"
}
]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ The preferred BibTeX entry for citation of `pylhe` is
```
@software{pylhe,
author = {Lukas Heinrich and Matthew Feickert and Eduardo Rodrigues},
title = "{pylhe: v0.4.0}",
version = {v0.4.0},
title = "{pylhe: v0.5.0}",
version = {v0.5.0},
doi = {10.5281/zenodo.1217031},
url = {https://github.com/scikit-hep/pylhe},
}
Expand Down
4 changes: 2 additions & 2 deletions tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/scikit-hep/pylhe/"

[version]
current = "0.4.0"
current = "0.5.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand All @@ -19,7 +19,7 @@ regex = '''

[git]
# The current version will get updated when tbump is run
message_template = "Bump version: 0.4.0 → {new_version}"
message_template = "Bump version: 0.5.0 → {new_version}"
tag_template = "v{new_version}"

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

0 comments on commit 56a37fc

Please sign in to comment.