From ab879516b676af8e96c851a586cd6ab8b0a0fb6f Mon Sep 17 00:00:00 2001 From: mahaloz Date: Sat, 7 Sep 2024 22:48:30 -0700 Subject: [PATCH] bump version --- decomp2dbg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decomp2dbg/__init__.py b/decomp2dbg/__init__.py index 0307cd7..28a2586 100644 --- a/decomp2dbg/__init__.py +++ b/decomp2dbg/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.9.5" +__version__ = "3.9.6" try: from .clients.client import DecompilerClient