From c08b5a1b13c562666c0b092ceb9e3fd59072edb7 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 17 Oct 2013 08:20:11 +0200 Subject: [PATCH] changed version from 0.7 to 0.1.7; we are really just 0.1.* currently --- bin/linspector | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/linspector b/bin/linspector index 58911cd..17cb128 100755 --- a/bin/linspector +++ b/bin/linspector @@ -19,7 +19,7 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . """ -__version__ = "0.7" +__version__ = "0.1.7" __default_config__ = "./examples/minimal.json" import argparse @@ -136,4 +136,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()