Bumping version for release
This commit is contained in:
parent
890a3edb7e
commit
756f04da76
|
@ -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
|
||||
------------
|
||||
|
|
2
setup.py
2
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(),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue