From 824a36807711d6fe41aede9880518c3d63cde949 Mon Sep 17 00:00:00 2001 From: Kent Rasmussen Date: Thu, 15 Sep 2022 21:47:12 +0100 Subject: [PATCH] bump for village testing --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index dc404b30..d6b31e26 100755 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ program['testing']=True #True eliminates Error screens and zipped logs program['demo']=True #sets me=False, production=True, testing=False program['demo']=False -program['version']='0.9.5' #This is a string... +program['version']='0.9.6' #This is a string... program['testversionname']='testing' #always have some real test branch here program['url']='https://github.com/kent-rasmussen/azt' program['Email']='kent_rasmussen@sil.org'