From 776be128a72d57bc45934f5fd04d99b7e01cf953 Mon Sep 17 00:00:00 2001 From: imSp4rky Date: Tue, 21 Apr 2026 11:24:12 -0600 Subject: [PATCH] chore: update version to 5.0.0 --- pyproject.toml | 2 +- unshackle/core/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea003ce..ae0ff5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "unshackle" -version = "4.0.0" +version = "5.0.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 ce1305b..ba7be38 100644 --- a/unshackle/core/__init__.py +++ b/unshackle/core/__init__.py @@ -1 +1 @@ -__version__ = "4.0.0" +__version__ = "5.0.0"