Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions malsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MAL Simulator v3.1.0
Comment thread
auroranavas marked this conversation as resolved.
# MAL Simulator v3.2.0
# Copyright 2025, Andrei Buhaiu.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down
Loading