Skip to content

Commit 5acc03d

Browse files
Bump version to 0.21.3
1 parent 2939301 commit 5acc03d

3 files changed

Lines changed: 1158 additions & 1159 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.21.2"
7+
version = "0.21.3"
88
description = "Deep learning framework for genomics and multi-modal data"
99
license = { text = "Apache-2.0" }
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.21.2"
1+
__version__ = "0.21.3"
22

33
import re
44
import warnings

0 commit comments

Comments
 (0)