diff --git a/eventsocket.py b/eventsocket.py index da74c5e..cb18d3c 100644 --- a/eventsocket.py +++ b/eventsocket.py @@ -26,7 +26,7 @@ log = Logger() -__version__ = "0.1.4" +__version__ = "0.1.5" class EventError(Exception): pass diff --git a/setup.py b/setup.py index 3475c3b..70085c0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="eventsocket", - version="0.1.4", + version="0.1.5", description="Twisted protocol for the FreeSWITCH's Event Socket", author="Alexandre Fiori", url="http://github.com/fiorix/eventsocket",