Browse Source

Bump version

main
nibrag 9 years ago
parent
commit
d2b082c31b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      aiosocks/__init__.py

+ 1
- 1
aiosocks/__init__.py View File

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


__version__ = '0.1.4'
__version__ = '0.1.5'


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


Loading…
Cancel
Save