Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-01-18 23:10:02 +0300
committerMatt Martz <matt@sivel.net>2017-01-18 23:10:02 +0300
commit068d71597beb90c0086eb560743dccfd78a2e99e (patch)
treec4edf7896296d891a55ea7054f14ee5f8466b228
parent1863c35f6b0d0ccaefd6279184fd42bb837f1969 (diff)
Bump to 1.0.2v1.0.2
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index 077edec..1f0167a 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '1.0.2a'
+__version__ = '1.0.2'
class FakeShutdownEvent(object):