Bump version for upcoming release

This commit is contained in:
Matt Martz 2013-12-02 13:17:27 -06:00
parent 1a0e0b9a9d
commit b827ad83c5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name='speedtest-cli', name='speedtest-cli',
version='0.2.2', version='0.2.3',
description=('Command line interface for testing internet bandwidth using ' description=('Command line interface for testing internet bandwidth using '
'speedtest.net'), 'speedtest.net'),
long_description=open('README.rst').read(), long_description=open('README.rst').read(),

View File

@ -15,7 +15,7 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
__version__ = '0.2.2' __version__ = '0.2.3'
# Some global variables we use # Some global variables we use
source = None source = None