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.4 "
29+ release = "0.7.5-dev "
3030
3131# The short X.Y version.
3232parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
66[project ]
77name = " bioontologies"
8- version = " 0.7.4 "
8+ version = " 0.7.5-dev "
99description = " Tools for biomedical ontologies"
1010readme = " README.md"
1111authors = [
@@ -204,7 +204,7 @@ known-first-party = [
204204docstring-code-format = true
205205
206206[tool .bumpversion ]
207- current_version = " 0.7.4 "
207+ current_version = " 0.7.5-dev "
208208parse = " (?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-]+)*))?"
209209serialize = [
210210 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 1212 "get_version" ,
1313]
1414
15- VERSION = "0.7.4 "
15+ VERSION = "0.7.5-dev "
1616
1717
1818def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments