exception handling and comments

This commit is contained in:
2023-03-22 23:27:22 -04:00
parent 79002278d7
commit 0688fe6aab
2 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# version.py
VERSION = "1.0.0"
VERSION = "1.0.1"
def main():
# Put your main program code here