commit 411e8a90d601557b839fa9aa34cc96ec39314a39 parent 122bff8060451dcbfcbb4b7a6446867e80589523 Author: Brian C. Lane <bcl@brianlane.com> Date: Wed, 5 Apr 2017 08:02:20 -0700 Version 1.1.0 Diffstat:
M | src/clortho.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/clortho.py b/src/clortho.py @@ -25,7 +25,7 @@ import argparse import pickle from aiohttp import web -VERSION = "1.0.0" +VERSION = "1.1.0" args = None keystore = {}