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