diff --git a/greenstalk.py b/greenstalk.py index c70fff5..a90b55e 100644 --- a/greenstalk.py +++ b/greenstalk.py @@ -1,7 +1,7 @@ import socket from typing import Any, BinaryIO, Dict, Iterable, List, Optional, Tuple, Union -__version__ = '0.5.1' +__version__ = '0.5.2' Body = Union[bytes, str] Stats = Dict[str, Union[str, int]]