Skip to content

Commit

Permalink
Bump version v0.4.0 -> v0.5.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 15, 2022
1 parent da9dcde commit 5f717af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ignore =
E203 # Whitespace before ':', preferred formatting for black.

[bumpver]
current_version = "v0.4.0"
current_version = "v0.5.0b0"
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Bump version {old_version} -> {new_version}"
commit = True
Expand Down
2 changes: 1 addition & 1 deletion widget_bandsplot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.5.0b0"

0 comments on commit 5f717af

Please sign in to comment.