Skip to content

Commit 0e480e7

Browse files
committed
Bump version to 1.5.2
1 parent 5963066 commit 0e480e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5.1
3+
Version 1.5.2
44
55
Copyright 2006 Dan-Haim. All rights reserved.
66
@@ -52,7 +52,7 @@
5252
-Various small bug fixes
5353
"""
5454

55-
__version__ = "1.5.1"
55+
__version__ = "1.5.2"
5656

5757
import socket
5858
import struct

0 commit comments

Comments
 (0)