Skip to content

Commit 468e419

Browse files
committed
Bump version
1 parent 2be9a64 commit 468e419

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.1.3'
11+
__version__ = '0.1.4'
1212

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

0 commit comments

Comments
 (0)