From f6a800f272228ccf237a739d2145d9f99ee777e6 Mon Sep 17 00:00:00 2001 From: Jason R Briggs Date: Sat, 11 Jul 2015 10:46:41 +0100 Subject: [PATCH] update version --- stomp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stomp/__init__.py b/stomp/__init__.py index c509954d..614132d8 100755 --- a/stomp/__init__.py +++ b/stomp/__init__.py @@ -11,7 +11,7 @@ import stomp.connect as connect, stomp.listener as listener -__version__ = (4, 0, 17) +__version__ = (4, 1, 0) ## # Alias for STOMP 1.0 connections.