From 8d1cf7ac1ee0181d85443036b6ca59f0be794b0c Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 23 Apr 2014 10:22:22 -0500 Subject: [PATCH] Bump version to 0.2.6 --- speedtest_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/speedtest_cli.py b/speedtest_cli.py index 5c47d2e..d5d5a4a 100755 --- a/speedtest_cli.py +++ b/speedtest_cli.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2013 Matt Martz +# Copyright 2012-2014 Matt Martz # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -15,7 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = '0.2.5' +__version__ = '0.2.6' # Some global variables we use source = None