From b52165781698bca870fba7ab9b1be4446124c6b8 Mon Sep 17 00:00:00 2001 From: wemoloh Date: Tue, 17 Apr 2018 17:57:21 -0600 Subject: [PATCH] bump version to 0.12.0 --- eider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eider.py b/eider.py index ac37476..aa529bc 100644 --- a/eider.py +++ b/eider.py @@ -79,7 +79,7 @@ class WebSocketCommonProtocol: WS_LIB_DEFAULT = 'aiohttp' if aiohttp else 'websockets' if websockets else None -__version__ = '0.11.0' +__version__ = '0.12.0' try: