Skip to content

Commit

Permalink
Upgrade version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Feb 24, 2021
1 parent d2d73d2 commit 86ab1d3
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.3.0'
__version__ = '1.4.0'
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.3.0'
__version__ = '1.4.0'


def get_description():
Expand Down

0 comments on commit 86ab1d3

Please sign in to comment.