diff --git a/pandas_bokeh/__init__.py b/pandas_bokeh/__init__.py index 8a56b68..5e144c6 100644 --- a/pandas_bokeh/__init__.py +++ b/pandas_bokeh/__init__.py @@ -12,7 +12,7 @@ from bokeh.io import save -__version__ = "0.5.1" +__version__ = "0.5.2" # Register plot_bokeh accessor for Pandas DataFrames and Series: