File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626author = "Charles Tapley Hoyt"
2727
2828# The full version, including alpha/beta/rc tags.
29- release = "0.7.0-dev "
29+ release = "0.7.0"
3030
3131# The short X.Y version.
3232parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "uv"
66
77[project ]
88name = " bioversions"
9- version = " 0.7.0-dev "
9+ version = " 0.7.0"
1010description = " Get the current version for biological databases"
1111readme = " README.md"
1212authors = [
@@ -214,7 +214,7 @@ known-first-party = [
214214docstring-code-format = true
215215
216216[tool .bumpversion ]
217- current_version = " 0.7.0-dev "
217+ current_version = " 0.7.0"
218218parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\ .[0-9A-Za-z-]+)*))?(?:\\ +(?P<build>[0-9A-Za-z-]+(?:\\ .[0-9A-Za-z-]+)*))?"
219219serialize = [
220220 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 77 "VERSION" ,
88]
99
10- VERSION = "0.7.0-dev "
10+ VERSION = "0.7.0"
1111
1212
1313def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments