From 2eab3da37e4221dcf8d78f8c0b968b757f4d0831 Mon Sep 17 00:00:00 2001 From: Scott Hansen Date: Thu, 9 Jan 2020 11:20:11 -0800 Subject: [PATCH] Update version to 1.4.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']},