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