Skip to content

Commit

Permalink
Set version properly (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins authored Sep 29, 2022
1 parent cdfd1bc commit 0dca6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.testing.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/sanic-org/sanic.git@fa6d0f2879b1e5e16a551b8aff16b86c73ad820a
git+https://github.com/sanic-org/sanic.git
pytest
pytest-asyncio
2 changes: 1 addition & 1 deletion sanic_testing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from sanic_testing.manager import TestManager

__version__ = "22.9.0b2"
__version__ = "22.9.0"
__all__ = ("TestManager",)

0 comments on commit 0dca6e3

Please sign in to comment.