summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAT/mat.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MAT/mat.py b/MAT/mat.py
index dff7255..c692a6a 100644
--- a/MAT/mat.py
+++ b/MAT/mat.py
@@ -15,7 +15,7 @@ import hachoir_parser
15 15
16import MAT.exceptions 16import MAT.exceptions
17 17
18__version__ = '0.4' 18__version__ = '0.4-rc'
19__author__ = 'jvoisin' 19__author__ = 'jvoisin'
20 20
21#Silence 21#Silence
diff --git a/setup.py b/setup.py
index 48501b4..07fbc15 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ import os
5from distutils.core import setup 5from distutils.core import setup
6from DistUtilsExtra.command import * 6from DistUtilsExtra.command import *
7 7
8__version__ = '0.4' 8__version__ = '0.4-rc'
9 9
10#Remove MANIFEST file, since distutils 10#Remove MANIFEST file, since distutils
11#doesn't properly update it when 11#doesn't properly update it when