Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
yunstanford committed May 20, 2021
1 parent e074a57 commit 99c9f04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
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.6.1'
__version__ = '1.7.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.7.0',
version='1.7.1',
description='a pytest plugin for Sanic',
long_description=open(README_PATH).read(),
author='Yun Xu',
Expand Down

0 comments on commit 99c9f04

Please sign in to comment.