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>2019-03-05 19:55:57 +0300
committerMatt Martz <matt@sivel.net>2019-03-05 19:55:57 +0300
commitfb0569946d5a1295f3bff59233c4834f78322e13 (patch)
tree00c7961448338be1d2a0ce76680a71578c7056d3
parentf356c7b02d7941a8f114caeefe63ae2747152cf2 (diff)
Bump to 2.1.0 for upcoming release
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index 217ee39..a011075 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '2.0.2'
+__version__ = '2.1.0'
class FakeShutdownEvent(object):