diff options
| -rw-r--r-- | MAT/mat.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -15,7 +15,7 @@ import hachoir_parser | |||
| 15 | 15 | ||
| 16 | import MAT.exceptions | 16 | import 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 |
| @@ -5,7 +5,7 @@ import os | |||
| 5 | from distutils.core import setup | 5 | from distutils.core import setup |
| 6 | from DistUtilsExtra.command import * | 6 | from 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 |
