diff --git a/setup.py b/setup.py index e0bdaab..64e8448 100755 --- a/setup.py +++ b/setup.py @@ -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']},