From 5225c0e7f070cc4496407c1ea565319be9274e29 Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Mon, 8 Mar 2021 14:02:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa577a..d935e91 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PyQt examples 2020 +# PyQt examples 2021 These PyQt examples show you how to create a desktop app with Python and Qt. Start with "Hello World" or browse the official PyQt demos. You can run every example yourself on Windows, Mac or Linux. All you need is Python 3. For instructions, please see [below](#running-the-examples).