From 764e88a2223001177c4dcffb2d4255272fb820ba Mon Sep 17 00:00:00 2001 From: Mal Hancock Date: Sat, 6 Oct 2018 18:07:05 -0700 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55880b0..8332d35 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.4.3', + version='1.4.4', description=DESCRIPTION, long_description=long_description, author=AUTHOR,