From 8b0662ebc4103566aa3b1183db66d02cc499c3fd Mon Sep 17 00:00:00 2001 From: Matt Shirley Date: Tue, 29 Sep 2015 11:15:27 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 310355a..0ba4c67 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = 'fastqp', provides = 'fastqp', - version = "0.1.7", + version = "0.1.8", author = 'Matthew Shirley', author_email = 'mdshw5@gmail.com', url = 'http://mattshirley.com',