Skip to content

Commit

Permalink
update setup.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Nov 29, 2016
1 parent 493d34c commit 287448e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
pass

setup(name="visidata",
version="0.29",
version="0.31",
description="a curses interface for exploring and arranging tabular data",
long_description=open('README.md').read(),
author="Saul Pwanson",
author_email="[email protected]",
url="https://github.com/saulpw/visidata",
download_url="https://raw.githubusercontent.com/saulpw/visidata/master/bin/vd",
url="http://saul.pw/visidata",
download_url="http://saul.pw/vd",
scripts=['bin/vd'],
license="GPLv3",
classifiers=[
Expand Down

0 comments on commit 287448e

Please sign in to comment.