From d1cdb173e43b1517ad59bfdb7b42994043ae0188 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sat, 22 Oct 2022 14:36:39 -0700 Subject: [PATCH] update python rofi version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 148407f..2222faf 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name="python-rofi", description="Create simple GUIs using the Rofi application", long_description=long_description, - version="1.1.0", + version="1.2.0", author="Blair Bonnett", author_email="blair.bonnett@gmail.com", license="MIT",