Skip to content

Commit 1d58a3b

Browse files
committed
Bump version v0.5.0b0 -> v0.5.0
1 parent 5f717af commit 1d58a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ignore =
5757
E203 # Whitespace before ':', preferred formatting for black.
5858

5959
[bumpver]
60-
current_version = "v0.5.0b0"
60+
current_version = "v0.5.0"
6161
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6262
commit_message = "Bump version {old_version} -> {new_version}"
6363
commit = True

Diff for: widget_bandsplot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0b0"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)