From e87db152e75a819857a9c9e0c8cd5c549ae9ad7b Mon Sep 17 00:00:00 2001 From: Isaac Antwi Date: Thu, 1 Feb 2024 14:59:52 +0000 Subject: [PATCH] chore: :bookmark: bump project `0.3.1...0.3.2` --- dilemma/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dilemma/__init__.py b/dilemma/__init__.py index 039e5bd..ff81b64 100644 --- a/dilemma/__init__.py +++ b/dilemma/__init__.py @@ -6,5 +6,5 @@ situations, encompassing both cooperation and competition. """ -__version__ = "0.3.1" +__version__ = "0.3.2" __title__ = "Game Theory"