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-01-03 18:16:51 +0300
committerMatt Martz <matt@sivel.net>2018-01-03 18:16:51 +0300
commit48a3d33ae478e218a5548a484b07e87413cc0c27 (patch)
tree3ac3e08f5d7dd8d0b637d5a5b2ff127d6101577e
parentc16ffd4ae7f3476bd037d0fa5742cd4c81ade7a7 (diff)
Bump to beta
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index 19ca9b5..a0e7a80 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '2.0.0a'
+__version__ = '2.0.0b'
class FakeShutdownEvent(object):