Skip to content

Commit

Permalink
Update version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jan 9, 2020
1 parent a6cd2ee commit 2eab3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
pass

setup(name="tabview",
version="1.4.3",
version="1.4.4",
description="A curses command-line CSV and list (tabular data) viewer",
long_description=open('README.rst', 'rb').read().decode('utf-8'),
author="Scott Hansen",
author_email="firecat4153@gmail.com",
url="https://github.com/Tabviewer/tabview",
download_url="https://github.com/Tabviewer/tabview/tarball/1.4.3",
download_url="https://github.com/Tabviewer/tabview/tarball/1.4.4",
packages=['tabview'],
scripts=['bin/tabview'],
package_data={'tabview': ['README.rst']},
Expand Down

0 comments on commit 2eab3da

Please sign in to comment.