From 7aca87ac011b7405a01df7f127ab806fa21c9f78 Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Wed, 1 May 2024 12:49:54 +0300 Subject: [PATCH] Up version from 0.0.1 to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f41b58..b437726 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dfint64_patch" -version = "0.0.1" +version = "0.1.0" description = "Text patcher for x64 bit version of the Dwarf Fortress game" authors = ["insolor "] license = "MIT License"