diff --git a/setup.py b/setup.py index 05f3af1..554b628 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools setuptools.setup( name='speedtest-cli', - version='0.2.4', + version='0.2.5', 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 bc219f9..1a6c0ca 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.4' +__version__ = '0.2.5' # Some global variables we use source = None