Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayhew committed May 28, 2023
1 parent 87269f0 commit a4643c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greenstalk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import socket
from typing import Any, Dict, Iterable, List, Optional, Tuple, Union

__version__ = "2.0.1"
__version__ = "2.0.2"

Address = Union[Tuple[str, int], str]
Body = Union[bytes, str]
Expand Down

0 comments on commit a4643c4

Please sign in to comment.