summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-04-21 14:38:57 -0500
committerMatt Martz <matt@sivel.net>2017-04-21 14:38:57 -0500
commitceef55488c390a9e62868e5063af0aaa58f0584c (patch)
tree2992b3ebb83ebe1eb7b9cf426afeb729958ca47e
parent20eeadcb0c59e6991ea896660c78b2adca9934d2 (diff)
Bump to v1.0.5v1.0.5
-rwxr-xr-xspeedtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speedtest.py b/speedtest.py
index de8a502..e01adfa 100755
--- a/speedtest.py
+++ b/speedtest.py
@@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
-__version__ = '1.0.5a'
+__version__ = '1.0.5'
class FakeShutdownEvent(object):