From b6e25ba13a7881487eeda68f735c3b76ab67b4d8 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 21 Dec 2019 03:02:43 +0300 Subject: [PATCH] New version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cbf5f49..38e60fe 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ EMAIL = "drang.andray@gmail.com" AUTHOR = "AndreiDrang, redV0ID" REQUIRES_PYTHON = ">=3.6.0" -VERSION = "1.5.4" +VERSION = "1.5.5" REQUIRED = ["requests==2.22.0", "aiohttp==3.6.2", "pika==1.1.0"] here = os.path.abspath(os.path.dirname(__file__))