Skip to content

Commit

Permalink
MAINT: Bump version in setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Feb 23, 2016
1 parent f68e04e commit 2ff6547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
join, dirname, abspath
)


def read_requirements(basename):
reqs_file = join(dirname(abspath(__file__)), basename)
with open(reqs_file) as f:
Expand All @@ -27,7 +28,7 @@ def read_requirements(basename):

setup(
name='qgrid',
version='0.2.0',
version='0.3.0',
description='A Pandas DataFrame viewer for IPython Notebook.',
author='Quantopian Inc.',
author_email='[email protected]',
Expand Down

0 comments on commit 2ff6547

Please sign in to comment.