From 8a58f7c65b1dea716fc233f4553fd0b20b00f705 Mon Sep 17 00:00:00 2001 From: Jan Kwakkel Date: Sat, 14 Sep 2024 09:22:01 +0200 Subject: [PATCH] Update __init__.py --- mesa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa/__init__.py b/mesa/__init__.py index a4a5b7ddfd4..0d97c97b3c0 100644 --- a/mesa/__init__.py +++ b/mesa/__init__.py @@ -24,7 +24,7 @@ ] __title__ = "mesa" -__version__ = "wtf????" +__version__ = "3.0.0a5" __license__ = "Apache 2.0" _this_year = datetime.datetime.now(tz=datetime.timezone.utc).date().year __copyright__ = f"Copyright {_this_year} Project Mesa Team"