From e6ddaab6915f6cdbf14f6f41019bee051068209c Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 22 Jul 2024 05:16:10 -0400 Subject: [PATCH] Adminstiriva: bump to dev0 version --- uncompyle6/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uncompyle6/version.py b/uncompyle6/version.py index 2cb4ba48..4cf2974e 100644 --- a/uncompyle6/version.py +++ b/uncompyle6/version.py @@ -14,4 +14,4 @@ # This file is suitable for sourcing inside POSIX shell as # well as importing into Python # fmt: off -__version__="3.9.2" # noqa +__version__="3.9.3.dev0" # noqa