Skip to content

Commit

Permalink
Bump version: 0.2.0-dev0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antscloud committed Jul 28, 2023
1 parent f916f72 commit 91ac859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1-dev0
current_version = 0.2.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{dev}
Expand Down
2 changes: 1 addition & 1 deletion fretboardgtr/_version.py
@@ -1,2 +1,2 @@
version_str = "0.1.1-dev0"
version_str = "0.2.0"
version_tuple = version_str.split(".")

0 comments on commit 91ac859

Please sign in to comment.