diff options
| author | jvoisin | 2013-07-17 15:44:42 +0200 |
|---|---|---|
| committer | jvoisin | 2013-07-17 15:44:42 +0200 |
| commit | cb127bb23213fa9915eea51e1901a9ae082b573d (patch) | |
| tree | 5a0212d9f69c4ab5c3d354bb7944afeedb752b2b | |
| parent | a6619df7df85e4e5f430154abdd0cf248456cbd9 (diff) | |
Bump version0.4-rc
| -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 |
