diff --git a/setup.py b/setup.py index 54c801e..ebdb91b 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.5.1', + version='1.5.2', description=DESCRIPTION, long_description=long_description, author=AUTHOR,