From 9a9c61c6dccde12df045d137da6df67f742db0e6 Mon Sep 17 00:00:00 2001 From: Paul Tunison Date: Fri, 24 Feb 2023 10:45:32 -0500 Subject: [PATCH] Add exposure of the __version__ attribute --- ptgctl/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ptgctl/__init__.py b/ptgctl/__init__.py index bb67a43..28ab691 100755 --- a/ptgctl/__init__.py +++ b/ptgctl/__init__.py @@ -1 +1,2 @@ +from .__version__ import __version__ from .core import *