From cb127bb23213fa9915eea51e1901a9ae082b573d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 17 Jul 2013 15:44:42 +0200 Subject: Bump version --- MAT/mat.py | 2 +- setup.py | 2 +- 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 import MAT.exceptions -__version__ = '0.4' +__version__ = '0.4-rc' __author__ = 'jvoisin' #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 from distutils.core import setup from DistUtilsExtra.command import * -__version__ = '0.4' +__version__ = '0.4-rc' #Remove MANIFEST file, since distutils #doesn't properly update it when -- cgit v1.3