From b13ac57a63e651313536760bbbd90c7add833021 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Wed, 24 Jan 2018 13:35:34 -0800 Subject: [PATCH] Bump version to v0.5.6 --- nats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats/__init__.py b/nats/__init__.py index 922a94f..254d1a2 100644 --- a/nats/__init__.py +++ b/nats/__init__.py @@ -1,2 +1,2 @@ -__version__ = b'0.5.4' +__version__ = b'0.5.6' __lang__ = b'python2'