Skip to content

Commit

Permalink
Preparing release for v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MRDGH2821 committed Sep 29, 2020
1 parent abc223b commit b614b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WPM.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Escape>, <F11> or <F1> to manipulate the window's fullscreen properties!\n\n")
self.FontSize, self.WPS = self.UserConfiguration()
try:
Expand Down

0 comments on commit b614b28

Please sign in to comment.