We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68e04e commit 2ff6547Copy full SHA for 2ff6547
setup.py
@@ -18,6 +18,7 @@
18
join, dirname, abspath
19
)
20
21
+
22
def read_requirements(basename):
23
reqs_file = join(dirname(abspath(__file__)), basename)
24
with open(reqs_file) as f:
@@ -27,7 +28,7 @@ def read_requirements(basename):
27
28
29
setup(
30
name='qgrid',
- version='0.2.0',
31
+ version='0.3.0',
32
description='A Pandas DataFrame viewer for IPython Notebook.',
33
author='Quantopian Inc.',
34
author_email='[email protected]',
0 commit comments