From af2e58ffee0a3e9004897e5ebcbf4f419732c812 Mon Sep 17 00:00:00 2001 From: Suren Khorenyan Date: Sun, 10 Apr 2022 18:41:38 +0300 Subject: [PATCH] bump version to 1.5.0 --- aioalice/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aioalice/__init__.py b/aioalice/__init__.py index 7c281c0..9e76dff 100644 --- a/aioalice/__init__.py +++ b/aioalice/__init__.py @@ -11,4 +11,4 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy()) -__version__ = '1.4.0' +__version__ = '1.5.0' diff --git a/setup.py b/setup.py index ae0d6e6..9877db6 100644 --- a/setup.py +++ b/setup.py @@ -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.4.0' +__version__ = '1.5.0' def get_description():