Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sivel/speedtest-cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2013-12-02 23:17:27 +0400
committerMatt Martz <matt@sivel.net>2013-12-02 23:17:27 +0400
commitb827ad83c57e4712137b1d576e970df3dc741d91 (patch)
treee610c121723e17b036aedf2138cb64d4a937cdb7
parent1a0e0b9a9df97194200f31f3736001ca097d603c (diff)
Bump version for upcoming releasev0.2.3
-rw-r--r--setup.py2
-rwxr-xr-xspeedtest_cli.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3873dac..21f60fb 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import setuptools
setuptools.setup(
name='speedtest-cli',
- version='0.2.2',
+ version='0.2.3',
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 77f5aff..699f756 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.2'
+__version__ = '0.2.3'
# Some global variables we use
source = None