diff --git a/README.rst b/README.rst index 13a62fc..0d16837 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ -.. image:: http://www.repostatus.org/badges/latest/wip.svg - :target: http://www.repostatus.org/#wip - :alt: Project Status: WIP — Initial development is in progress, but there - has not yet been a stable, usable release suitable for the public. +.. image:: http://www.repostatus.org/badges/latest/active.svg + :target: http://www.repostatus.org/#active + :alt: Project Status: Active — The project has reached a stable, usable + state and is being actively developed. .. image:: https://github.com/jwodder/pytest-fail-slow/workflows/Test/badge.svg?branch=master :target: https://github.com/jwodder/pytest-fail-slow/actions?workflow=Test @@ -10,11 +10,15 @@ .. image:: https://codecov.io/gh/jwodder/pytest-fail-slow/branch/master/graph/badge.svg :target: https://codecov.io/gh/jwodder/pytest-fail-slow +.. image:: https://img.shields.io/pypi/pyversions/pytest-fail-slow.svg + :target: https://pypi.org/project/pytest-fail-slow/ + .. image:: https://img.shields.io/github/license/jwodder/pytest-fail-slow.svg :target: https://opensource.org/licenses/MIT :alt: MIT License `GitHub `_ +| `PyPI `_ | `Issues `_ ``pytest-fail-slow`` is a pytest_ plugin for making tests fail that take too diff --git a/setup.cfg b/setup.cfg index 0c9145c..9bfd29b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,7 @@ keywords = timeout classifiers = - Development Status :: 3 - Alpha - #Development Status :: 4 - Beta + Development Status :: 4 - Beta #Development Status :: 5 - Production/Stable Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 diff --git a/src/pytest_fail_slow.py b/src/pytest_fail_slow.py index 8d8937c..2db081d 100644 --- a/src/pytest_fail_slow.py +++ b/src/pytest_fail_slow.py @@ -34,7 +34,7 @@ Visit for more information. """ -__version__ = "0.1.0.dev1" +__version__ = "0.1.0" __author__ = "John Thorvald Wodder II" __author_email__ = "pytest-fail-slow@varonathe.org" __license__ = "MIT"