From b9fde4ea1eb34a2f1ead1e3bfa6252fb1ca82220 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 15 Dec 2011 17:44:35 +0100 Subject: Update version number to 0.2 --- mat-cli | 3 --- 1 file changed, 3 deletions(-) (limited to 'mat-cli') diff --git a/mat-cli b/mat-cli index 00c5c11..530af9a 100755 --- a/mat-cli +++ b/mat-cli @@ -11,8 +11,6 @@ import hachoir_core from mat import mat -__version__ = '0.1' - def parse(): ''' @@ -54,7 +52,6 @@ def display_version(*_): Display the program's version, and exit ''' print('Metadata Anonymisation Toolkit version %s') % mat.__version__ - print('CLI version %s') % __version__ print('Hachoir version %s') % hachoir_core.__version__ sys.exit(0) -- cgit v1.3