Skip to content

Commit 4cef247

Browse files
committed
chore(release): bump version to 2026.2.1
1 parent bead828 commit 4cef247

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "mavedb"
7-
version = "2026.2.0"
7+
version = "2026.2.1"
88
description = "API for MaveDB, the database of Multiplexed Assays of Variant Effect."
99
license = "AGPL-3.0-only"
1010
readme = "README.md"

src/mavedb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
logger = module_logging.getLogger(__name__)
77

88
__project__ = "mavedb-api"
9-
__version__ = "2026.2.0"
9+
__version__ = "2026.2.1"
1010

1111
logger.info(f"MaveDB {__version__}")
1212

0 commit comments

Comments
 (0)