diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:00:32 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:00:32 +0100 |
commit | 3eac02a47d27ff2b2e4ff93a4ff257df6b47a38c (patch) | |
tree | 2bc6b2ae2e19070a6b8a40e945251bea41c1a389 | |
parent | c13d67751ed8a8f0dbb622c3bc3422126ec41447 (diff) | |
download | z80count-3eac02a47d27ff2b2e4ff93a4ff257df6b47a38c.tar.gz z80count-3eac02a47d27ff2b2e4ff93a4ff257df6b47a38c.zip |
Release 0.5.20.5.2
-rw-r--r-- | z80count/z80count.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/z80count/z80count.py b/z80count/z80count.py index aeda5f3..882b244 100644 --- a/z80count/z80count.py +++ b/z80count/z80count.py @@ -21,7 +21,7 @@ # THE SOFTWARE. # -__version__ = "0.5.1" +__version__ = "0.5.2" import json import sys |