diff --git a/pyproject.toml b/pyproject.toml index 3a0ce1b..0b30388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-sanic" -version = "1.7.0" +version = "1.7.1" description = "a pytest plugin for Sanic" authors = ["Yun Xu "] license = "MIT" diff --git a/pytest_sanic/__init__.py b/pytest_sanic/__init__.py index bb64aa4..48c2f6b 100644 --- a/pytest_sanic/__init__.py +++ b/pytest_sanic/__init__.py @@ -1 +1 @@ -__version__ = '1.6.1' +__version__ = '1.7.1' diff --git a/setup.py b/setup.py index 7f0b48a..71a30fe 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ tests_require = [] setup(name='pytest-sanic', - version='1.7.0', + version='1.7.1', description='a pytest plugin for Sanic', long_description=open(README_PATH).read(), author='Yun Xu',