diff --git a/setup.py b/setup.py index 97ed7380..c3c76d0a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup -__VERSION__ = "0.31" +__VERSION__ = "0.32" open("smop/version.py","w").write("__version__='%s'\n" % __VERSION__)