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-12 18:58:17 +0300
committerMatt Martz <matt@sivel.net>2019-03-12 18:58:17 +0300
commitcdf60028659ad046b284a3a04792ddc1b760aaa6 (patch)
treecde848272562bc633942d3c9f2e0bbb53b601b82
parent9af203652b286ed320bc21ed2f5378317045ec77 (diff)
Bump to 2.1.1
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index 475a96d..e0d15e9 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '2.1.0'
+__version__ = '2.1.1'
class FakeShutdownEvent(object):