Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down