diff --git a/malsim/__init__.py b/malsim/__init__.py index f8be8f23..028cd6bd 100644 --- a/malsim/__init__.py +++ b/malsim/__init__.py @@ -1,4 +1,4 @@ -# MAL Simulator v3.1.0 +# MAL Simulator v3.2.0 # Copyright 2025, Andrei Buhaiu. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,7 +26,7 @@ from malsim.config import AttackerSettings, DefenderSettings __title__ = 'malsim' -__version__ = '3.1.0' +__version__ = '3.2.0' __authors__ = [ 'Andrei Buhaiu', 'Joakim Loxdal', diff --git a/pyproject.toml b/pyproject.toml index 10d493ff..9985c5ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mal-simulator" -version = "3.1.0" +version = "3.2.0" authors = [ { name="Andrei Buhaiu", email="buhaiu@kth.se" }, { name="Joakim Loxdal", email="loxdal@kth.se" },