diff --git a/ggplot/__init__.py b/ggplot/__init__.py index 9fd8b989..ea4e2798 100644 --- a/ggplot/__init__.py +++ b/ggplot/__init__.py @@ -1,6 +1,6 @@ from __future__ import (absolute_import, division, print_function, unicode_literals) -__version__ = '0.11.1' +__version__ = '0.11.2' # For testing purposes we might need to set mpl backend before any # other import of matplotlib.