From 711337e74ede73cab99862cc33df1c67d19c79df Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Wed, 27 Nov 2024 14:17:15 +0100 Subject: [PATCH] Package version update. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed494941..29fa100c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "maps4fs" -version = "0.8.7" +version = "0.8.8" description = "Generate map templates for Farming Simulator from real places." authors = [{name = "iwatkot", email = "iwatkot@gmail.com"}] license = {text = "MIT License"}