Skip to content

Commit a25f0fc

Browse files
Bump version to 0.24.0
1 parent 7c3c859 commit a25f0fc

3 files changed

Lines changed: 1271 additions & 1272 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 = "hatchling.build"
44

55
[project]
66
name = "eir-dl"
7-
version = "0.23.0"
7+
version = "0.24.0"
88
description = "Deep learning framework for genomics and multi-modal data"
99
license = { text = "AGPL-3.0-or-later" }
1010
authors = [

src/eir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.23.0"
1+
__version__ = "0.24.0"
22

33
import re
44
import warnings

0 commit comments

Comments
 (0)