diff --git a/setup.py b/setup.py index 57e32cc1e2..bf4ec3f244 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '2.4.28dp' +version = '2.4.29dp' here = os.path.abspath(os.path.dirname(__file__))