Switch version number to 0.2.001

This is a bug release
This commit is contained in:
2010-11-02 12:35:46 +00:00
parent b30f711727
commit ad956e35ab

View File

@ -156,7 +156,7 @@ def findC(root,base=None,pyrexs=None):
return pyrexs
VERSION = '0.2.000'
VERSION = '0.2.001'
AUTHOR = 'Eric Coissac'
EMAIL = 'eric@coissac.eu'
URL = 'www.grenoble.prabi.fr/trac/OBITools'