diff --git a/pyproject.toml b/pyproject.toml index 26acfe7..045885e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "decombinator" -version = "5.0.1" +version = "5.1.0" description = "A fast and efficient tool for the analysis of T-cell receptor repertoire sequences produced by deep sequencing." readme = "README.md" license = {file = "LICENSE"} diff --git a/src/decombinator/__init__.py b/src/decombinator/__init__.py index 2fe5fde..0d72820 100644 --- a/src/decombinator/__init__.py +++ b/src/decombinator/__init__.py @@ -1 +1 @@ -__version__ = "5.0.1" +__version__ = "5.1.0"