From 4a7f22c238d52247005d01b31db20e93fdb7e119 Mon Sep 17 00:00:00 2001 From: Giacomo Ferretti Date: Fri, 12 Jan 2024 15:50:45 +0100 Subject: [PATCH] chore: bump to 2.0.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f494b5..6c6d380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,13 @@ exclude = [ [project] name = "paranoid-deobfuscator" -version = "2.0.0" +version = "2.0.1" authors = [ { name="Giacomo Ferretti", email="giacomo.ferretti.00@gmail.com" }, ] description = "Deobfuscate \"paranoid\" protected apps" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" classifiers = [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License",