From 1a8309ca7b5cbee527cf951668e4f8a1250cecb3 Mon Sep 17 00:00:00 2001 From: Patrik Hlobil Date: Fri, 27 Nov 2020 09:28:43 +0100 Subject: [PATCH] update version --- pandas_bokeh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: