From ba5ca37161c78712a98bf5ebea3a90882d11c903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Sun, 20 Nov 2022 10:35:59 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3be6800..f7b63ee 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="win32mica", - version="1.6", + version="1.7", author="Martí Climent", author_email="marticlilop@gmail.com", description="Apply mica background to Windows 11 Win32 apps made with python, such as Tkinter or PyQt/PySide apps",