Skip to content

Commit 6f07f4a

Browse files
committed
Bump version: 0.4.0-dev → 0.4.0
1 parent 502f39a commit 6f07f4a

2 files changed

Lines changed: 3 additions & 3 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.4.0-dev"
29+
release = "0.4.0"
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
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "biomappings"
7-
version = "0.4.0-dev"
7+
version = "0.4.0"
88
description = "Curated and predicted mappings between biomedical identifiers in different namespaces"
99
readme = "README.md"
1010
authors = [
@@ -235,7 +235,7 @@ known-first-party = [
235235
docstring-code-format = true
236236

237237
[tool.bumpversion]
238-
current_version = "0.4.0-dev"
238+
current_version = "0.4.0"
239239
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-]+)*))?"
240240
serialize = [
241241
"{major}.{minor}.{patch}-{release}+{build}",

0 commit comments

Comments
 (0)