Skip to content

Commit a217573

Browse files
committed
Bump version: 0.1.4 → 0.1.5-dev
1 parent 3089e44 commit a217573

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212
orcid: "https://orcid.org/0000-0001-9439-5346"
1313
title: "Semantic Mapping Reasoner and Assembler (SeMRA)"
1414
url: "https://github.com/biopragmatics/semra"
15-
version: 0.1.4
15+
version: 0.1.5-dev
1616
preferred-citation:
1717
type: article
1818
authors:

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.1.4"
27+
release = "0.1.5-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
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "semra"
7-
version = "0.1.4"
7+
version = "0.1.5-dev"
88
description = "Semantic mapping reasoner and assembler"
99
readme = "README.md"
1010
authors = [
@@ -229,7 +229,7 @@ known-first-party = [
229229
docstring-code-format = true
230230

231231
[tool.bumpversion]
232-
current_version = "0.1.4"
232+
current_version = "0.1.5-dev"
233233
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-]+)*))?"
234234
serialize = [
235235
"{major}.{minor}.{patch}-{release}+{build}",

src/semra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"get_version",
1010
]
1111

12-
VERSION = "0.1.4"
12+
VERSION = "0.1.5-dev"
1313

1414

1515
def get_git_hash() -> str | None:

0 commit comments

Comments
 (0)