From 7d0844e156654993f671c0d79bfafb9cbfce0e14 Mon Sep 17 00:00:00 2001 From: Mal Hancock Date: Wed, 24 Oct 2018 14:58:27 -0700 Subject: [PATCH] iterate version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d75a3a9..b6b0bcb 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ class UploadCommand(Command): # Where the magic happens: setup( name=NAME, - version='1.4.5', + version='1.5.0', description=DESCRIPTION, long_description=long_description, author=AUTHOR,