From 411b508e80ff16387a65bb2a99b5408e1e8bb9df Mon Sep 17 00:00:00 2001 From: linziyan Date: Tue, 9 Oct 2018 18:02:48 +0800 Subject: [PATCH] [UPDATE]fix autoreconnect bug and change writer status to closed when close --- asyncnsq/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncnsq/__init__.py b/asyncnsq/__init__.py index c2630da..1485a85 100644 --- a/asyncnsq/__init__.py +++ b/asyncnsq/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.4' +__version__ = '0.4.5' import asyncio from .utils import get_host_and_port