diff --git a/greenrpc/__init__.py b/greenrpc/__init__.py index ffd885e..32da313 100644 --- a/greenrpc/__init__.py +++ b/greenrpc/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.1" +__version__ = "0.1.2" DEFAULT_PORT = 3434