Bumping version for release

This commit is contained in:
Matt Martz 2013-12-03 12:59:48 -06:00
parent 890a3edb7e
commit 756f04da76
3 changed files with 3 additions and 3 deletions

View File

@ -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
------------

View File

@ -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(),

View File

@ -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