Skip to content

Commit 54cb5b5

Browse files
committed
Bump version: 0.4.0 → 0.4.1
1 parent f230e98 commit 54cb5b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tbump.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_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}"
2323
tag_template = "v{new_version}"
2424

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

0 commit comments

Comments
 (0)