summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2012-02-15 21:23:53 +0100
committerjvoisin2012-02-15 21:23:53 +0100
commitda376df2bd8dd3e97109f8e4c48ad94b65b51245 (patch)
treec1e87050436f3c6dc6c2e50a03102081156f2c14
parentcacf16cfe61d1bacae70c176c42e1a5cd85f1df6 (diff)
Bump version + update TODO
-rw-r--r--TODO3
-rw-r--r--lib/mat.py2
2 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index fb28fe7..ac31d1a 100644
--- a/TODO
+++ b/TODO
@@ -4,9 +4,6 @@ GENERAL:
4 all "harmful meta" stuff 4 all "harmful meta" stuff
5 - Fix the ugly function get_sharedir 5 - Fix the ugly function get_sharedir
6 6
7GUI:
8 - display harmrful meta per file
9
10 7
11FORMATS: 8FORMATS:
12 NEW: 9 NEW:
diff --git a/lib/mat.py b/lib/mat.py
index dfcfc57..16ea301 100644
--- a/lib/mat.py
+++ b/lib/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import strippers 16import strippers
17 17
18__version__ = '0.2.2' 18__version__ = '0.3.0'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence