From 41ddfa895b56d5056d27ecbd3db1e7a54616a2f3 Mon Sep 17 00:00:00 2001 From: andrew000 <11490628+andrew000@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:18:51 +0300 Subject: [PATCH] Bump version 0.2.0 -> 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 605978d..bc1dea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "FTL-Extract" description = "Extracts FTL files from a directory and outputs them to a directory" -version = "0.2.0" +version = "0.3.0" authors = ["andrew000"] keywords = ["ftl", "ftl-extract", "ftl-extractor"] readme = "README.md"