From 58549d3cafc2799d647d5a8e7844478b3f52107e Mon Sep 17 00:00:00 2001 From: andrew000 <11490628+andrew000@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:05:25 +0200 Subject: [PATCH] Bump version `0.4.4` -> `0.4.5` --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4468dfc..0f06ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "FTL-Extract" description = "Extracts FTL files from a directory and outputs them to a directory" -version = "0.4.4" +version = "0.4.5" authors = [{ name = "andrew000", email = "help@kusbot.com" }] keywords = ["ftl", "ftl-extract", "ftl-extractor"] readme = "README.md" diff --git a/uv.lock b/uv.lock index 5de5169..5bdbf2c 100644 --- a/uv.lock +++ b/uv.lock @@ -278,7 +278,7 @@ wheels = [ [[package]] name = "ftl-extract" -version = "0.4.4" +version = "0.4.5" source = { editable = "." } dependencies = [ { name = "click" },