This commit is contained in:
João Santos
2015-06-17 10:29:38 +02:00
parent 6a2315e8e4
commit 59f9959712
2 changed files with 7 additions and 3 deletions

View File

@@ -1,11 +1,15 @@
.. image:: https://pypip.in/version/connexion/badge.svg
.. image:: https://img.shields.io/pypi/v/connexion.svg
:target: https://pypi.python.org/pypi/connexion
:alt: Latest Version
.. image:: https://pypip.in/status/connexion/badge.svg
.. image:: https://img.shields.io/pypi/status/connexion.svg
:target: https://pypi.python.org/pypi/connexion
:alt: Development Status
.. image:: https://img.shields.io/pypi/pyversions/connexion.svg
:target: https://pypi.python.org/pypi/connexion
:alt: Python Versions
.. image:: https://img.shields.io/pypi/l/connexion.svg
:target: https://github.com/zalando/connexion/blob/master/LICENSE
:alt: License

View File

@@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
version = '0.4.1'
version = '0.5.0.dev0'
class PyTest(TestCommand):