Skip to content

Commit bc0787b

Browse files
committed
Bump version: 0.7.4 → 0.7.5-dev
1 parent cd14203 commit bc0787b

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
@@ -26,7 +26,7 @@
2626
author = "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.
3232
parsed_version = re.match(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "bioontologies"
8-
version = "0.7.4"
8+
version = "0.7.5-dev"
99
description = "Tools for biomedical ontologies"
1010
readme = "README.md"
1111
authors = [
@@ -204,7 +204,7 @@ known-first-party = [
204204
docstring-code-format = true
205205

206206
[tool.bumpversion]
207-
current_version = "0.7.4"
207+
current_version = "0.7.5-dev"
208208
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-]+)*))?"
209209
serialize = [
210210
"{major}.{minor}.{patch}-{release}+{build}",

src/bioontologies/version.py

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

15-
VERSION = "0.7.4"
15+
VERSION = "0.7.5-dev"
1616

1717

1818
def get_git_hash() -> str:

0 commit comments

Comments
 (0)