diff --git a/README.md b/README.md index 3808d09..04b353c 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ pyhttpdbg -m pytest -v examples/ ## documentation -https://httpdbg.readthedocs.io/en/latest/pytest/ +https://httpdbg.readthedocs.io/en/latest/test/#pytest-httpdbg diff --git a/pytest_httpdbg/__init__.py b/pytest_httpdbg/__init__.py index 258b15b..eba8fe7 100644 --- a/pytest_httpdbg/__init__.py +++ b/pytest_httpdbg/__init__.py @@ -1,3 +1,3 @@ from pytest_httpdbg.plugin import httpdbg_record_filename # noqa F401 -__version__ = "0.10.0" +__version__ = "0.10.1"