From 0be4bf8bf3841de20df34efa7d585407d16aa8e3 Mon Sep 17 00:00:00 2001 From: zyf722 <1124982772@qq.com> Date: Tue, 4 Jun 2024 16:07:52 +0800 Subject: [PATCH] chore: bump version to v0.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2726276..3a2af20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flammenwerfer" -version = "v0.1.8" +version = "v0.1.9" description = "Python utility for processing Frostbite engine game files and interacting with the Frosty Editor." authors = ["MaxMixAlex "] readme = "README.md"