diff --git a/README.rst b/README.rst index 454ae777..099f0549 100644 --- a/README.rst +++ b/README.rst @@ -56,10 +56,10 @@ and will be automatically installed (if necessary) when qgrid is installed via p qgrid IPython / Jupyter notebook ipywidgets ================= =========================== ============================== 0.2.0 2.x N/A - 0.3.x, master 3.x N/A - 0.3.x, master 4.0 4.0.x - 0.3.x, master 4.1 4.1.x - master 4.2 5.x + 0.3.x 3.x N/A + 0.3.x 4.0 4.0.x + 0.3.x 4.1 4.1.x + 0.3.2 4.2 5.x ================= =========================== ============================== **Installing from PyPI:** diff --git a/setup.py b/setup.py index b5d8b007..23b4fbfe 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read_requirements(basename): setup( name='qgrid', - version='0.3.0', + version='0.3.2', description='A Pandas DataFrame viewer for IPython Notebook.', author='Quantopian Inc.', author_email='tshawver@quantopian.com',