From c5eb785c08343802b344e779334b701bf37c185c Mon Sep 17 00:00:00 2001
From: admiralobvious <aferlandqc@gmail.com>
Date: Sun, 10 Aug 2014 11:28:51 -0400
Subject: [PATCH] update version number

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4bdfca7..a935737 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ python:
   - "2.6"
   - "2.7"
 env:
-  - FLASK=0.10
+  - FLASK=0.10.1
   - FLASK=0.9
 install:
   - pip install Flask==$FLASK
-- 
GitLab