We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acdbad commit d43dc78Copy full SHA for d43dc78
setup.cfg
@@ -57,7 +57,7 @@ ignore =
57
E203 # Whitespace before ':', preferred formatting for black.
58
59
[bumpver]
60
-current_version = "v0.5.0"
+current_version = "v0.5.1"
61
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
62
commit_message = "Bump version {old_version} -> {new_version}"
63
commit = True
widget_bandsplot/version.py
@@ -1 +1 @@
1
-__version__ = "0.5.0"
+__version__ = "0.5.1"
0 commit comments