From eeb553cb22ab41f00ce6937f017c34693b50d193 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 29 Jul 2025 19:48:34 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20Bump=20version=20to=201?= =?UTF-8?q?.1.0=20in=20pyproject.toml,=20=5F=5Finit=5F=5F.py,=20and=20uv.l?= =?UTF-8?q?ock=20to=20follow=20correct=20Semantic=20Versioning.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 0b71d71..4390145 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "unshackle" -version = "1.0.2" +version = "1.1.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 7863915..6849410 100644 --- a/unshackle/core/__init__.py +++ b/unshackle/core/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.1.0" diff --git a/uv.lock b/uv.lock index 72fbbf1..31cf42e 100644 --- a/uv.lock +++ b/uv.lock @@ -1479,7 +1479,7 @@ wheels = [ [[package]] name = "unshackle" -version = "1.0.2" +version = "1.1.0" source = { editable = "." } dependencies = [ { name = "appdirs" },