From 09a15c60e7491d1345a54eb66291f9d2f72874e4 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Wed, 11 Jul 2018 10:01:23 -0700 Subject: [PATCH] Update client version Signed-off-by: Waldemar Quevedo --- nats/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats/__init__.py b/nats/__init__.py index 0a9c05b..e944472 100644 --- a/nats/__init__.py +++ b/nats/__init__.py @@ -12,5 +12,5 @@ # limitations under the License. # -__version__ = b'0.7.0' +__version__ = b'0.7.2' __lang__ = b'python2'