diff options
| author | jvoisin | 2011-12-15 17:44:35 +0100 |
|---|---|---|
| committer | jvoisin | 2011-12-15 17:44:35 +0100 |
| commit | b9fde4ea1eb34a2f1ead1e3bfa6252fb1ca82220 (patch) | |
| tree | 79147897d580ed8c1d0152f2c65f71b737795905 /mat-cli | |
| parent | 52fef0b1682057f6c34ecf373bdf545e3e3c0217 (diff) | |
Update version number to 0.2
Diffstat (limited to 'mat-cli')
| -rwxr-xr-x | mat-cli | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -11,8 +11,6 @@ import hachoir_core | |||
| 11 | 11 | ||
| 12 | from mat import mat | 12 | from mat import mat |
| 13 | 13 | ||
| 14 | __version__ = '0.1' | ||
| 15 | |||
| 16 | 14 | ||
| 17 | def parse(): | 15 | def 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 | ||
