From bd73af486e81ee46d58bd70afda527a508b48d38 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 17 Mar 2018 18:53:16 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a7f637..1b54da5 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='wampy', - version='0.9.15', + version='0.9.16', description='WAMP RPC and Pub/Sub for python apps and microservices', long_description=long_description, url='https://github.com/noisyboiler/wampy',