Skip to content

Commit 1c69c14

Browse files
committed
Bump version: 0.11.35 → 0.11.36-dev
1 parent c7ad37f commit 1c69c14

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Charles Tapley Hoyt"
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = "0.11.35"
29+
release = "0.11.36-dev"
3030

3131
# The short X.Y version.
3232
parsed_version = re.match(

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ markers = [
2121

2222
[project]
2323
name = "bioregistry"
24-
version = "0.11.35"
24+
version = "0.11.36-dev"
2525
description = "Integrated registry of biological databases and nomenclatures"
2626
readme = "README.md"
2727
authors = [
@@ -268,7 +268,7 @@ known-first-party = [
268268
docstring-code-format = true
269269

270270
[tool.bumpversion]
271-
current_version = "0.11.35"
271+
current_version = "0.11.36-dev"
272272
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-]+)*))?"
273273
serialize = [
274274
"{major}.{minor}.{patch}-{release}+{build}",

src/bioregistry/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"get_git_hash",
1313
]
1414

15-
VERSION = "0.11.35"
15+
VERSION = "0.11.36-dev"
1616

1717

1818
def get_git_hash() -> Optional[str]:

0 commit comments

Comments
 (0)