Skip to content

Commit 22f50fd

Browse files
committed
Bump version: 0.13.63 → 0.13.64-dev
1 parent 2edb279 commit 22f50fd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Charles Tapley Hoyt"
2525

2626
# The full version, including alpha/beta/rc tags.
27-
release = "0.13.63"
27+
release = "0.13.64-dev"
2828

2929
# The short X.Y version.
3030
parsed_version = re.match(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ markers = [
1010

1111
[project]
1212
name = "bioregistry"
13-
version = "0.13.63"
13+
version = "0.13.64-dev"
1414
description = "Integrated registry of biological databases and nomenclatures"
1515
readme = "README.md"
1616
authors = [
@@ -287,7 +287,7 @@ known-first-party = [
287287
docstring-code-format = true
288288

289289
[tool.bumpversion]
290-
current_version = "0.13.63"
290+
current_version = "0.13.64-dev"
291291
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-]+)*))?"
292292
serialize = [
293293
"{major}.{minor}.{patch}-{release}+{build}",

src/bioregistry/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"get_version",
1212
]
1313

14-
VERSION = "0.13.63"
14+
VERSION = "0.13.64-dev"
1515

1616

1717
def get_git_hash() -> str | None:

0 commit comments

Comments
 (0)