Skip to content

Commit b614b28

Browse files
committed
Preparing release for v1.0.1
1 parent abc223b commit b614b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WPM.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class configuration():
66
def __init__(self):
77
self.FontSize = 0
88
self.WPS = 0
9-
print("Words Per Minute!\n")
9+
print("Words Per Minute! v1.0.1\n")
1010
print("\nUse <Escape>, <F11> or <F1> to manipulate the window's fullscreen properties!\n\n")
1111
self.FontSize, self.WPS = self.UserConfiguration()
1212
try:

0 commit comments

Comments
 (0)