From f5b523205f5b2687abf163ab1334ac3adfc92f9c Mon Sep 17 00:00:00 2001 From: Felix Soubelet Date: Fri, 26 Jul 2024 10:31:04 +0200 Subject: [PATCH] for version and export of all --- aoe2netwrapper/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aoe2netwrapper/__init__.py b/aoe2netwrapper/__init__.py index 3df5563..5593827 100644 --- a/aoe2netwrapper/__init__.py +++ b/aoe2netwrapper/__init__.py @@ -11,3 +11,7 @@ from .api import AoE2NetAPI from .nightbot import AoE2NightbotAPI + +__version__ = "0.3.1" + +__all__ = ["AoE2NetAPI", "AoE2NightbotAPI"]