Skip to content

Commit eda64e9

Browse files
committed
Add test message
1 parent d657c9d commit eda64e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
from distutils.core import setup
33

4-
VERSION = "1.6.3"
4+
VERSION = "1.6.4"
55

66
setup(
77
name = "PySocks",

socks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
SocksiPy - Python SOCKS module.
3-
Version 1.6.3
3+
Version 1.6.4
44
55
Copyright 2006 Dan-Haim. All rights reserved.
66
@@ -52,7 +52,7 @@
5252
-Various small bug fixes
5353
"""
5454

55-
__version__ = "1.6.3"
55+
__version__ = "1.6.4"
5656

5757
import socket
5858
import struct

test/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type python2 >/dev/null 2>&1 || alias python2='python'
55
echo "Starting proxy servers..."
66
python2 socks4server.py > /dev/null &
77
python2 httpproxy.py > /dev/null &
8-
./mocks start
8+
echo "Ensure a SOCKS5 server is listening"
99

1010
sleep 2
1111
echo "Python 2.6 tests"

0 commit comments

Comments
 (0)