From 62aa85c6660a73453af218409268d38c291ec7d0 Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 7 Feb 2026 14:52:54 -0700 Subject: [PATCH] chore(release): bump version to 2.4.0 --- pyproject.toml | 2 +- unshackle/core/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c128d6..5a4db39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "unshackle" -version = "2.3.1" +version = "2.4.0" description = "Modular Movie, TV, and Music Archival Software." authors = [{ name = "unshackle team" }] requires-python = ">=3.10,<3.13" diff --git a/unshackle/core/__init__.py b/unshackle/core/__init__.py index 3a5935a..3d67cd6 100644 --- a/unshackle/core/__init__.py +++ b/unshackle/core/__init__.py @@ -1 +1 @@ -__version__ = "2.3.1" +__version__ = "2.4.0" diff --git a/uv.lock b/uv.lock index 21487dd..b6e94c6 100644 --- a/uv.lock +++ b/uv.lock @@ -1627,7 +1627,7 @@ wheels = [ [[package]] name = "unshackle" -version = "2.3.1" +version = "2.4.0" source = { editable = "." } dependencies = [ { name = "aiohttp" },