Skip to content

Commit

Permalink
Upgrade version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mahenzon committed Sep 12, 2018
1 parent c5645ef commit e9e736a
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.1.6'
__version__ = '1.1.7'
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.1.6'
__version__ = '1.1.7'


def get_description():
Expand Down

0 comments on commit e9e736a

Please sign in to comment.