ldcheck.py

changeset 114
9ea2549e6171
parent 113
8c2ca8d368d4
child 116
60cac583b5df
--- a/ldcheck.py	Sun Sep 06 16:32:44 2020 +0300
+++ b/ldcheck.py	Sun Sep 06 16:41:56 2020 +0300
@@ -4,7 +4,7 @@
     raise RuntimeError('Python 3.4 or newer required')
 
 appname = 'ldcheck'
-version = (1, 0)
+version = (1, 0, 9999)
 version_string = str.join('.', map(str, version))
 
 from colours import load_colours

mercurial