From 938927374b0d1194186f4ccc4d5c7776d7a4589a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Praszmo?= Date: Tue, 24 Oct 2023 14:44:43 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b56a671..d323fa1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="autoit-ripper", - version="1.1.0", + version="1.1.1", author="nazywam", author_email="nazywam@gmail.com", description="Extract AutoIt scripts embedded in PE binaries",