Skip to content

Commit 131b6a8

Browse files
authored
Merge pull request #244 from VariantEffect/release-2024.2.1
Bump version number
2 parents ab5ceab + 65ef85a commit 131b6a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "2024.2.0"
7+
version = "2024.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
@@ -1,2 +1,2 @@
11
__project__ = "mavedb-api"
2-
__version__ = "2024.2.0"
2+
__version__ = "2024.2.1"

0 commit comments

Comments
 (0)