diff --git a/setup.py b/setup.py index 47ca6b0..c767f30 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name = "stompest", - version = "1.0.4", + version = "1.1.0", author = "Roger Hoover", author_email = "roger.hoover@gmail.com", description = "STOMP client library for Python including both synchronous and Twisted implementations.",