diff --git a/setup.py b/setup.py index 9ed42b4..d4f88fe 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup -VERSION = "1.30.23" +VERSION = "1.30.24" # Read long description from README. README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')