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