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"