Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon authored Apr 18, 2022
1 parent 6d5d642 commit 02c67d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aioalice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())


__version__ = '1.5.0'
__version__ = '1.5.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 @@
if sys.version_info < MINIMAL_PY_VERSION:
raise RuntimeError('aioAlice works only with Python {}+'.format('.'.join(map(str, MINIMAL_PY_VERSION))))

__version__ = '1.5.0'
__version__ = '1.5.1'


def get_description():
Expand Down

0 comments on commit 02c67d5

Please sign in to comment.