We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7703160 commit e63f02fCopy full SHA for e63f02f
aiosocks/__init__.py
@@ -8,7 +8,7 @@
8
)
9
from .protocols import Socks4Protocol, Socks5Protocol, DEFAULT_LIMIT
10
11
-__version__ = '0.2.1'
+__version__ = '0.2.2'
12
13
__all__ = ('Socks4Protocol', 'Socks5Protocol', 'Socks4Auth',
14
'Socks5Auth', 'Socks4Addr', 'Socks5Addr', 'SocksError',
0 commit comments