Browse Source

Bump version

main
nibrag 8 years ago
parent
commit
6a3642e050
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      aiosocks/__init__.py

+ 1
- 2
aiosocks/__init__.py View File

@@ -3,7 +3,7 @@ from .errors import *
from .helpers import *
from .protocols import Socks4Protocol, Socks5Protocol

__version__ = '0.1.1'
__version__ = '0.1.2'

__all__ = ('Socks4Protocol', 'Socks5Protocol', 'Socks4Auth',
'Socks5Auth', 'Socks4Addr', 'Socks5Addr', 'SocksError',
@@ -66,4 +66,3 @@ async def create_connection(protocol_factory, proxy, proxy_auth, dst, *, remote_
transport._protocol = protocol

return transport, protocol


Loading…
Cancel
Save