diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 23:00:58 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 23:00:58 +0000 |
commit | 58ab0a1863c5c2db659b2b2f746188b711f19d4b (patch) | |
tree | 9c42f83ec879ff3d1918f1644454a8ec5aafc795 | |
parent | 9bb7031e58e02ed5391c16c1fad14f642ee3065a (diff) | |
download | z80count-0.4.tar.gz z80count-0.4.zip |
Release0.4
-rwxr-xr-x | z80count.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/z80count.py b/z80count.py index cbaabb0..c7a4957 100755 --- a/z80count.py +++ b/z80count.py @@ -21,7 +21,7 @@ # THE SOFTWARE. # -__version__ = "0.3" +__version__ = "0.4" import json import sys |