From 8e7bf66360b8d281dd2a73bf6a714cb99e09658c Mon Sep 17 00:00:00 2001 From: auroranavas Date: Thu, 11 Jun 2026 13:31:45 +0200 Subject: [PATCH 1/2] chore: bump to version 3.2.0 --- malsim/__init__.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/malsim/__init__.py b/malsim/__init__.py index f8be8f23..5c568667 100644 --- a/malsim/__init__.py +++ b/malsim/__init__.py @@ -1,4 +1,4 @@ -# MAL Simulator v3.1.0 +# MAL Simulator v3.3.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" }, From c15bf06025f794d65a8587510203bebabcc9d4e9 Mon Sep 17 00:00:00 2001 From: auroranavas Date: Thu, 11 Jun 2026 13:54:30 +0200 Subject: [PATCH 2/2] docs: fix typo in comment --- malsim/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malsim/__init__.py b/malsim/__init__.py index 5c568667..028cd6bd 100644 --- a/malsim/__init__.py +++ b/malsim/__init__.py @@ -1,4 +1,4 @@ -# MAL Simulator v3.3.0 +# MAL Simulator v3.2.0 # Copyright 2025, Andrei Buhaiu. # # Licensed under the Apache License, Version 2.0 (the "License");