We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c2f6c commit 84b36feCopy full SHA for 84b36fe
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
from distutils.core import setup
3
4
-VERSION = "1.6.4"
+VERSION = "1.6.5"
5
6
setup(
7
name = "PySocks",
socks.py
@@ -1,6 +1,6 @@
"""
SocksiPy - Python SOCKS module.
-Version 1.6.4
+Version 1.6.5
Copyright 2006 Dan-Haim. All rights reserved.
@@ -52,7 +52,7 @@
52
-Various small bug fixes
53
54
55
-__version__ = "1.6.4"
+__version__ = "1.6.5"
56
57
import socket
58
import struct
0 commit comments