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>2018-05-24 19:06:29 +0300
committerMatt Martz <matt@sivel.net>2018-05-24 19:06:29 +0300
commit72ed585c6f9d19b39a80e0c9364592095d070f62 (patch)
tree96ec9ce90adfb16dc5288adc4608dc242d0d4832
parent41e599f9c31e9e6f136324102f89368520bb9991 (diff)
Bump to v2.0.2v2.0.2
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index 4487a7e..7a99c99 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '2.0.2a'
+__version__ = '2.0.2'
class FakeShutdownEvent(object):