Browse Source

Bump version

main
nibrag 8 years ago
parent
commit
468e41996f
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.3'
__version__ = '0.1.4'

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


Loading…
Cancel
Save