From 87745979ac37ca10f6f8c15deb2e2824b0a4134d Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Thu, 16 Jan 2025 16:11:25 -0600 Subject: [PATCH] export __version__ --- pytools/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pytools/__init__.py b/pytools/__init__.py index 1d8ffa8e..372e8dad 100644 --- a/pytools/__init__.py +++ b/pytools/__init__.py @@ -55,6 +55,11 @@ from typing_extensions import Self, dataclass_transform +from pytools.version import VERSION_TEXT + + +__version__ = VERSION_TEXT + # These are deprecated and will go away in 2022. all = builtins.all