diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 10:57:44 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 10:57:44 +0100 |
commit | 423ffc863cc433d06083acdbf7ab0447d6f4469e (patch) | |
tree | 790032ea7217c05c4d21d9b67138bbd789b512c6 | |
parent | 6d4939328b575d9359e26f3aff85242133d03e9c (diff) | |
download | z80count-423ffc863cc433d06083acdbf7ab0447d6f4469e.tar.gz z80count-423ffc863cc433d06083acdbf7ab0447d6f4469e.zip |
Release 0.5.10.5.1
-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 5491e4d..aeda5f3 100644 --- a/z80count/z80count.py +++ b/z80count/z80count.py @@ -21,7 +21,7 @@ # THE SOFTWARE. # -__version__ = "0.5.0" +__version__ = "0.5.1" import json import sys |