Browse Source

Bump version

main
nib 8 years ago
parent
commit
233d495925
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      aiosocks/__init__.py

+ 1
- 1
aiosocks/__init__.py View File

@@ -8,7 +8,7 @@ from .helpers import (
)
from .protocols import Socks4Protocol, Socks5Protocol, DEFAULT_LIMIT

__version__ = '0.1.6'
__version__ = '0.1.7'

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


Loading…
Cancel
Save