File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pure-python implementation of HS3
1818 :target: https://github.com/scipp-atlas/pyhs3
1919.. |GitHub Discussion | image :: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
2020 :target: https://github.com/scipp-atlas/pyhs3/discussions
21- .. |Docs from latest | image :: https://img.shields.io/badge/docs-v0.4.0 -blue.svg
21+ .. |Docs from latest | image :: https://img.shields.io/badge/docs-v0.4.1 -blue.svg
2222 :target: https://pyhs3.readthedocs.io/
2323.. |Docs from main | image :: https://img.shields.io/badge/docs-main-blue.svg
2424 :target: https://scipp-atlas.github.io/pyhs3
Original file line number Diff line number Diff line change 11github_url = " https://github.com/scipp-atlas/pyhs3"
22
33[version ]
4- current = " 0.4.0 "
4+ current = " 0.4.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.4.0 → {new_version}"
22+ message_template = " Bump version: 0.4.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