From f7a40da094ff879ac55f82bd731306d52037e2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Climent?= Date: Fri, 8 Apr 2022 18:10:00 +0200 Subject: [PATCH] Version 1.5 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e113191..6130c32 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](https://img.shields.io/pypi/l/win32mica?style=for-the-badge) ![](https://img.shields.io/pypi/pyversions/win32mica?style=for-the-badge) ![](https://img.shields.io/pypi/dm/win32mica?style=for-the-badge) -# Win32mica (aka PyMica): A simple module to add the Mica effect on legacy python windows +# Win32mica: A simple module to add the Mica effect on legacy python windows The aim of this project is to apply the Mica effect on python applications made with Python, like Tkinter, PyQt/PySide, WxPython, Kivy, etc.
This will work on any windows version, including the new released dev builds where the mica API is public. View this project on [PyPi](https://pypi.org/project/win32mica/) diff --git a/setup.py b/setup.py index ad3b6fd..72b8cb4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="win32mica", - version="1.4.1", + version="1.5", 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",