summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2013-12-03 12:59:48 -0600
committerMatt Martz <matt@sivel.net>2013-12-03 12:59:48 -0600
commit756f04da762df7982138780559f44f3daebfb9ef (patch)
treeca518f784dcfab39e24dc8990f1ee1927fa0921b
parent890a3edb7e871cacfa2ae26ab449e62198a675bd (diff)
Bumping version for releasev0.2.4
-rw-r--r--README.rst2
-rw-r--r--setup.py2
-rwxr-xr-xspeedtest_cli.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index b727c70..7c30edb 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ speedtest.net
Versions
--------
-speedtest-cli works with Python 2.4-3.3
+speedtest-cli works with Python 2.4-3.4
Installation
------------
diff --git a/setup.py b/setup.py
index 21f60fb..05f3af1 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name='speedtest-cli',
- version='0.2.3',
+ version='0.2.4',
description=('Command line interface for testing internet bandwidth using '
'speedtest.net'),
long_description=open('README.rst').read(),
diff --git a/speedtest_cli.py b/speedtest_cli.py
index 9a796b4..b5e9ef8 100755
--- a/speedtest_cli.py
+++ b/speedtest_cli.py
@@ -15,7 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-__version__ = '0.2.3'
+__version__ = '0.2.4'
# Some global variables we use
source = None