Skip to content

Commit 15d4c06

Browse files
committed
Merge branch 'islice-fix'
2 parents 3911560 + 8e19852 commit 15d4c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiosocks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99
from .protocols import Socks4Protocol, Socks5Protocol, DEFAULT_LIMIT
1010

11-
__version__ = '0.2.3'
11+
__version__ = '0.2.4'
1212

1313
__all__ = ('Socks4Protocol', 'Socks5Protocol', 'Socks4Auth',
1414
'Socks5Auth', 'Socks4Addr', 'Socks5Addr', 'SocksError',

0 commit comments

Comments
 (0)