From 76781981fe4002ba5e96d548c7199fee17882c98 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 6 Aug 2019 21:09:13 +0100 Subject: Release 0.7.0 --- z80count/z80count.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/]+\])") -- cgit v1.2.3