From 790720b33a2b938ae9fc2a897b541ed26a86f462 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 26 Feb 2015 10:35:55 -0600 Subject: [PATCH] Bump to 0.3.2 --- speedtest_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speedtest_cli.py b/speedtest_cli.py index 8a3e2ec..d6657cd 100755 --- a/speedtest_cli.py +++ b/speedtest_cli.py @@ -15,7 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = '0.3.1' +__version__ = '0.3.2' # Some global variables we use user_agent = 'speedtest-cli/%s' % __version__