From 792a1202c8ec650c76ff8239ea178531309ef4ba Mon Sep 17 00:00:00 2001 From: Michael Herrmann Date: Fri, 17 Jan 2020 11:03:59 +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 cc771a3..1edbb3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PyQt examples 2019 +# PyQt examples 2020 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).