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-02-14 01:22:23 +0300
committerMatt Martz <matt@sivel.net>2018-02-14 01:22:23 +0300
commit8ff923b0fb03be02002b168143ffded7527138e4 (patch)
tree83289fa2a8fd6a2fe92aa2053ab8d816006a2671
parent35c3ee20edbd19bb89a9b7b468b08a0a30566012 (diff)
Bump to 2.0.1a
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index c92a791..d6e1219 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '2.0.0'
+__version__ = '2.0.1a'
class FakeShutdownEvent(object):