diff --git a/setup.py b/setup.py index c5f5c8dc..2f7c9af8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from setuptools import setup # Version number -version = '0.3' +version = '0.3.2' def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read()