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" },