From 9f1148622db52c27843c3c337199f168e7b79608 Mon Sep 17 00:00:00 2001 From: pmp-p Date: Tue, 26 Sep 2023 03:46:21 +0200 Subject: [PATCH] 0.8.1 thanks @andreagalle and @kjrelations --- pygbag/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygbag/__init__.py b/pygbag/__init__.py index 82b2469..c8cfc1c 100644 --- a/pygbag/__init__.py +++ b/pygbag/__init__.py @@ -7,7 +7,7 @@ from pathlib import Path -__version__ = "0.8.0" +__version__ = "0.8.1" # hack to test git cdn build without upgrading pygbag # beware can have side effects when file packager behaviour must change !