Skip to content

Commit

Permalink
Upgrade version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Nov 27, 2018
1 parent e483335 commit 143607f
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.2.1'
__version__ = '1.2.2'
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.2.1'
__version__ = '1.2.2'


def get_description():
Expand Down

0 comments on commit 143607f

Please sign in to comment.