From 30026b32fa3b7ca351f5dd4a5f3e82aa9d90c213 Mon Sep 17 00:00:00 2001 From: MVCowley <51127523+MVCowley@users.noreply.github.com> Date: Fri, 20 Mar 2026 16:11:24 +0000 Subject: [PATCH] build(version): bump version --- pyproject.toml | 2 +- src/decombinator/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"