aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-08-01 16:54:47 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-08-01 16:54:47 +0100
commitb39f7395fe7b3db804b505c0dee353f228410dcd (patch)
treec434b63fc2be1d9faaf650b107db4b9703df81c4
parent0c6001106955529f6aa675612122cdb5d6107dd9 (diff)
downloadz80count-b39f7395fe7b3db804b505c0dee353f228410dcd.tar.gz
z80count-b39f7395fe7b3db804b505c0dee353f228410dcd.zip
Release 0.6.00.6.0
-rw-r--r--z80count/z80count.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/z80count/z80count.py b/z80count/z80count.py
index b776b74..1ef1ee7 100644
--- a/z80count/z80count.py
+++ b/z80count/z80count.py
@@ -27,7 +27,7 @@ import re
import argparse
from os import path
-version = "0.5.4"
+version = "0.6.0"
OUR_COMMENT = re.compile(r"(\[[0-9.\s/]+\])")