From 064c6ad58986147e55f55d84f3ef540e9276c253 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Wed, 23 Aug 2017 00:46:53 -0700 Subject: [PATCH] Bump version --- nats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats/__init__.py b/nats/__init__.py index cd3de55..922a94f 100644 --- a/nats/__init__.py +++ b/nats/__init__.py @@ -1,2 +1,2 @@ -__version__ = b'0.5.2' +__version__ = b'0.5.4' __lang__ = b'python2'