We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c7b36 commit d2b082cCopy full SHA for d2b082c
aiosocks/__init__.py
@@ -9,7 +9,7 @@
9
)
10
from .protocols import Socks4Protocol, Socks5Protocol, DEFAULT_LIMIT
11
12
-__version__ = '0.1.4'
+__version__ = '0.1.5'
13
14
__all__ = ('Socks4Protocol', 'Socks5Protocol', 'Socks4Auth',
15
'Socks5Auth', 'Socks4Addr', 'Socks5Addr', 'HttpProxyAddr',
0 commit comments