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>2021-04-08 16:45:29 +0300
committerMatt Martz <matt@sivel.net>2021-04-08 16:45:29 +0300
commit42e96b13dda2afabbcec2622612d13495a415caa (patch)
tree324dcad5e669629dade0ad7e1edc5106b809a9df
parentcadc68b5aef20f28648072cf07a8f155639b81dd (diff)
Bump to 2.1.3v2.1.3
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index a62a184..a33296d 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '2.1.2'
+__version__ = '2.1.3'
class FakeShutdownEvent(object):