From 790bb55bdf1505b04502d2d523dbdd9da930081f Mon Sep 17 00:00:00 2001 From: Jorrit Wronski Date: Wed, 26 Apr 2023 17:49:34 +0200 Subject: [PATCH] Fixed the version attribute --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3ab39fe7..7f815745 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = NodeGraphQt -version=attr: my_package.__version__ +version=attr: NodeGraphQt.VERSION author=Johnny Chan license = MIT License license_files = LICENSE.md