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