Skip to content

Commit 2ff6547

Browse files
author
Scott Sanderson
committed
MAINT: Bump version in setup.py.
1 parent f68e04e commit 2ff6547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
join, dirname, abspath
1919
)
2020

21+
2122
def read_requirements(basename):
2223
reqs_file = join(dirname(abspath(__file__)), basename)
2324
with open(reqs_file) as f:
@@ -27,7 +28,7 @@ def read_requirements(basename):
2728

2829
setup(
2930
name='qgrid',
30-
version='0.2.0',
31+
version='0.3.0',
3132
description='A Pandas DataFrame viewer for IPython Notebook.',
3233
author='Quantopian Inc.',
3334
author_email='[email protected]',

0 commit comments

Comments
 (0)