Skip to content

Commit e63f02f

Browse files
committed
Bump version
1 parent 7703160 commit e63f02f

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.1'
11+
__version__ = '0.2.2'
1212

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

0 commit comments

Comments
 (0)