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,