From 98aa24dbede0771ec7adaf5b627c225bfacfd103 Mon Sep 17 00:00:00 2001 From: w4ffl35 Date: Sun, 11 Feb 2024 17:07:35 +0000 Subject: [PATCH 1/2] Update README.md Update installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c843a68..7c01f74 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Key features: ## Installation ```bash -pip install PyQt6_mediator_mixin +pip install PyQt6-mediator-mixin ``` ## Usage @@ -44,4 +44,4 @@ class MySignalCode(Enum): set_signal_code(MySignalCode) ``` -Now, `MyClass` can register and emit `MY_SIGNAL_1` and `MY_SIGNAL_2` using the `MediatorMixin`. \ No newline at end of file +Now, `MyClass` can register and emit `MY_SIGNAL_1` and `MY_SIGNAL_2` using the `MediatorMixin`. From 20c7262098b9fd9f1315344104e4a14f614c666b Mon Sep 17 00:00:00 2001 From: w4ffl35 Date: Sun, 11 Feb 2024 17:07:49 +0000 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35495a8..b40a70c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='PyQt6-mediator-mixin', - version="1.0.0", + version="1.0.1", author="Capsize LLC", description="A PyQt6 mediator mixin", long_description=open("README.md", "r", encoding="utf-8").read(),