From b614b289a8ed235097d402199388fc4a6ba28a5e Mon Sep 17 00:00:00 2001 From: Mihir Rabade Date: Tue, 29 Sep 2020 08:56:09 +0530 Subject: [PATCH] Preparing release for v1.0.1 --- WPM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPM.py b/WPM.py index 4c39694..2a7f15a 100644 --- a/WPM.py +++ b/WPM.py @@ -6,7 +6,7 @@ class configuration(): def __init__(self): self.FontSize = 0 self.WPS = 0 - print("Words Per Minute!\n") + print("Words Per Minute! v1.0.1\n") print("\nUse , or to manipulate the window's fullscreen properties!\n\n") self.FontSize, self.WPS = self.UserConfiguration() try: