aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-08-06 21:09:13 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-08-06 21:09:13 +0100
commit76781981fe4002ba5e96d548c7199fee17882c98 (patch)
treefc113db87f3423eae6fa960dabd8c7612e42a646
parent89616cf713fc69494a4ce88626d69c0552107800 (diff)
downloadz80count-76781981fe4002ba5e96d548c7199fee17882c98.tar.gz
z80count-76781981fe4002ba5e96d548c7199fee17882c98.zip
Release 0.7.00.7.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 c59b0e1..a8a5666 100644
--- a/z80count/z80count.py
+++ b/z80count/z80count.py
@@ -27,7 +27,7 @@ import re
import argparse
from os import path
-version = "0.6.0"
+version = "0.7.0"
OUR_COMMENT = re.compile(r"(\[[0-9.\s/]+\])")