diff --git a/eir/__init__.py b/eir/__init__.py index 3e3fa085..7e938517 100644 --- a/eir/__init__.py +++ b/eir/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.13.0" +__version__ = "0.13.1" import re import warnings diff --git a/pyproject.toml b/pyproject.toml index 89258e20..29fdc922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eir-dl" -version = "0.13.0" +version = "0.13.1" description = "Deep learning framework for genomics and multi-modal data" license = "AGPLv3" authors = ["Arnor Sigurdsson"]