Skip to content

Commit d2b082c

Browse files
committed
Bump version
1 parent 97c7b36 commit d2b082c

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
@@ -9,7 +9,7 @@
99
)
1010
from .protocols import Socks4Protocol, Socks5Protocol, DEFAULT_LIMIT
1111

12-
__version__ = '0.1.4'
12+
__version__ = '0.1.5'
1313

1414
__all__ = ('Socks4Protocol', 'Socks5Protocol', 'Socks4Auth',
1515
'Socks5Auth', 'Socks4Addr', 'Socks5Addr', 'HttpProxyAddr',

0 commit comments

Comments
 (0)