diff --git a/greenrpc/__init__.py b/greenrpc/__init__.py index e447d2b..0889da7 100644 --- a/greenrpc/__init__.py +++ b/greenrpc/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.3" +__version__ = "0.1.4" DEFAULT_PORT = 3434