From 88d05eb2d4a582316a1494a701434d2ecd329903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Praszmo?= Date: Wed, 21 Feb 2024 00:06:22 +0100 Subject: [PATCH] woops, bump package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d323fa1..9584ed1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="autoit-ripper", - version="1.1.1", + version="1.1.2", author="nazywam", author_email="nazywam@gmail.com", description="Extract AutoIt scripts embedded in PE binaries",