summaryrefslogtreecommitdiff
path: root/mat-cli
diff options
context:
space:
mode:
authorjvoisin2011-12-15 17:44:35 +0100
committerjvoisin2011-12-15 17:44:35 +0100
commitb9fde4ea1eb34a2f1ead1e3bfa6252fb1ca82220 (patch)
tree79147897d580ed8c1d0152f2c65f71b737795905 /mat-cli
parent52fef0b1682057f6c34ecf373bdf545e3e3c0217 (diff)
Update version number to 0.2
Diffstat (limited to 'mat-cli')
-rwxr-xr-xmat-cli3
1 files changed, 0 insertions, 3 deletions
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
11 11
12from mat import mat 12from mat import mat
13 13
14__version__ = '0.1'
15
16 14
17def parse(): 15def parse():
18 ''' 16 '''
@@ -54,7 +52,6 @@ def display_version(*_):
54 Display the program's version, and exit 52 Display the program's version, and exit
55 ''' 53 '''
56 print('Metadata Anonymisation Toolkit version %s') % mat.__version__ 54 print('Metadata Anonymisation Toolkit version %s') % mat.__version__
57 print('CLI version %s') % __version__
58 print('Hachoir version %s') % hachoir_core.__version__ 55 print('Hachoir version %s') % hachoir_core.__version__
59 sys.exit(0) 56 sys.exit(0)
60 57