Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayhew committed Jun 29, 2018
1 parent 31c2647 commit 4e6f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenstalk.py
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down

0 comments on commit 4e6f2bf

Please sign in to comment.