File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors:
1212 orcid : " https://orcid.org/0000-0001-9439-5346"
1313title : " Semantic Mapping Reasoner and Assembler (SeMRA)"
1414url : " https://github.com/biopragmatics/semra"
15- version : 0.1.4
15+ version : 0.1.5-dev
1616preferred-citation :
1717 type : article
1818 authors :
Original file line number Diff line number Diff line change 2424author = "Charles Tapley Hoyt"
2525
2626# The full version, including alpha/beta/rc tags.
27- release = "0.1.4 "
27+ release = "0.1.5-dev "
2828
2929# The short X.Y version.
3030parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
44
55[project ]
66name = " semra"
7- version = " 0.1.4 "
7+ version = " 0.1.5-dev "
88description = " Semantic mapping reasoner and assembler"
99readme = " README.md"
1010authors = [
@@ -229,7 +229,7 @@ known-first-party = [
229229docstring-code-format = true
230230
231231[tool .bumpversion ]
232- current_version = " 0.1.4 "
232+ current_version = " 0.1.5-dev "
233233parse = " (?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-]+)*))?"
234234serialize = [
235235 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 99 "get_version" ,
1010]
1111
12- VERSION = "0.1.4 "
12+ VERSION = "0.1.5-dev "
1313
1414
1515def get_git_hash () -> str | None :
You can’t perform that action at this time.
0 commit comments