Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wemoloh committed Nov 9, 2022
1 parent 6a7ccd3 commit 25e011c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eider.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class WebSocketCommonProtocol:
WS_LIB_DEFAULT = 'aiohttp' if aiohttp else 'websockets' if websockets else None


__version__ = '2.0.0'
__version__ = '2.0.1'


async def async_for(iterable, body):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eider"
version = "2.0.0"
version = "2.0.1"
authors = [
{ name="Bart Robinson", email="bartdrobinson@gmail.com" },
]
Expand Down

0 comments on commit 25e011c

Please sign in to comment.