File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
author = "Charles Tapley Hoyt"
27
27
28
28
# The full version, including alpha/beta/rc tags.
29
- release = "0.11.35 "
29
+ release = "0.11.36-dev "
30
30
31
31
# The short X.Y version.
32
32
parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ markers = [
21
21
22
22
[project ]
23
23
name = " bioregistry"
24
- version = " 0.11.35 "
24
+ version = " 0.11.36-dev "
25
25
description = " Integrated registry of biological databases and nomenclatures"
26
26
readme = " README.md"
27
27
authors = [
@@ -268,7 +268,7 @@ known-first-party = [
268
268
docstring-code-format = true
269
269
270
270
[tool .bumpversion ]
271
- current_version = " 0.11.35 "
271
+ current_version = " 0.11.36-dev "
272
272
parse = " (?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-]+)*))?"
273
273
serialize = [
274
274
" {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 12
12
"get_git_hash" ,
13
13
]
14
14
15
- VERSION = "0.11.35 "
15
+ VERSION = "0.11.36-dev "
16
16
17
17
18
18
def get_git_hash () -> Optional [str ]:
You can’t perform that action at this time.
0 commit comments