Skip to content

Commit

Permalink
Add test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed Dec 1, 2016
1 parent d657c9d commit eda64e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup

VERSION = "1.6.3"
VERSION = "1.6.4"

setup(
name = "PySocks",
Expand Down
4 changes: 2 additions & 2 deletions socks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
SocksiPy - Python SOCKS module.
Version 1.6.3
Version 1.6.4
Copyright 2006 Dan-Haim. All rights reserved.
Expand Down Expand Up @@ -52,7 +52,7 @@
-Various small bug fixes
"""

__version__ = "1.6.3"
__version__ = "1.6.4"

import socket
import struct
Expand Down
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type python2 >/dev/null 2>&1 || alias python2='python'
echo "Starting proxy servers..."
python2 socks4server.py > /dev/null &
python2 httpproxy.py > /dev/null &
./mocks start
echo "Ensure a SOCKS5 server is listening"

sleep 2
echo "Python 2.6 tests"
Expand Down

0 comments on commit eda64e9

Please sign in to comment.