Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yunstanford committed Oct 25, 2021
1 parent 4450939 commit 08395f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-sanic"
version = "1.8.1"
version = "1.9.1"
description = "a pytest plugin for Sanic"
authors = ["Yun Xu <[email protected]>"]
license = "MIT"
Expand All @@ -17,7 +17,7 @@ python = ">=3.7"
pytest = ">=5.2"
async_generator = "^1.10"
httpx = ">=0.18.1"
websockets = ">=9.1,<10.0"
websockets = ">=9.1,<11.0"

[tool.poetry.dev-dependencies]
pytest = ">=5.3.5"
Expand Down
2 changes: 1 addition & 1 deletion pytest_sanic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.1'
__version__ = '1.9.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
tests_require = []

setup(name='pytest-sanic',
version='1.8.1',
version='1.9.1',
description='a pytest plugin for Sanic',
long_description=open(README_PATH).read(),
author='Yun Xu',
Expand Down

0 comments on commit 08395f2

Please sign in to comment.