diff --git a/README.md b/README.md index 08bd60f..a60320b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Upload Python Package](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml) +![image](https://github.com/Capsize-Games/PyQt6-mediator-mixin/assets/25737761/8282b463-9cf7-46cf-836a-2efb6db30a36) + `PyQt6 Mediator Mixin` is a Python library that enhances PyQt6's signal-slot mechanism by implementing the mediator pattern. This pattern allows classes to emit and receive signals without knowing about each other, leading to more modular and maintainable code. Key features: diff --git a/setup.py b/setup.py index f284e54..ae9145b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='PyQt6-mediator-mixin', - version="1.0.2", + version="1.0.3", author="Capsize LLC", description="A PyQt6 mediator mixin", long_description=open("README.md", "r", encoding="utf-8").read(),