From dc3fab7d14d57c53408dd1a43d99ff41af180a00 Mon Sep 17 00:00:00 2001 From: Fotis Gimian Date: Tue, 31 May 2016 16:36:43 +1000 Subject: [PATCH] Corrected a few errors which were causing Travis builds to fail --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86529c0..a7f71d4 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -""" +""" # noqa Painter ------- @@ -120,7 +120,7 @@ def run_tests(self): setup( name='painter', - version='0.3.2-dev', + version='0.3.2.dev0', url='https://github.com/fgimian/painter', license='MIT', author='Fotis Gimian',