Skip to content

Commit 84b36fe

Browse files
committed
Version bump
1 parent 95c2f6c commit 84b36fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4"
4+
VERSION = "1.6.5"
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.4
3+
Version 1.6.5
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.4"
55+
__version__ = "1.6.5"
5656

5757
import socket
5858
import struct

0 commit comments

Comments
 (0)