From a3fb0780e5aee0592e1e112f1ff4a7b9c20b9eaf Mon Sep 17 00:00:00 2001 From: Jovan Gerodetti Date: Fri, 14 Jun 2024 20:35:26 +0200 Subject: [PATCH] prepare v1.2.6 (#98) --- pyproject.toml | 2 +- src/control_any_sim/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f54c995..1bc1e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "control-any-sim" -version = "1.2.5" +version = "1.2.6" description = "This is a mod for The Sims 4 by Maxis which allows the player to control any NPC character while playing." license = { file = "LICENSE" } readme = "README.md" diff --git a/src/control_any_sim/__init__.py b/src/control_any_sim/__init__.py index 80c53f5..5218fc1 100644 --- a/src/control_any_sim/__init__.py +++ b/src/control_any_sim/__init__.py @@ -1,3 +1,3 @@ """Sim 4 mod that enables the player to take control of any NPC sim in the game.""" -__version__ = "1.2.5" +__version__ = "1.2.6"