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