updates for zvma10

This commit is contained in:
2024-05-30 20:57:39 -04:00
parent 4e95d13c6d
commit a0ac6883f4
9 changed files with 105 additions and 64 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# version.py
VERSION = "2.0.0"
VERSION = "2.1.0"
def main():
# Put your main program code here
@@ -7,4 +7,4 @@ def main():
if __name__ == '__main__':
# This code will be executed only when the file is run as the main program
main()
main()