Skip to content

Commit

Permalink
Version bump to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed Mar 29, 2015
1 parent c38fd99 commit 94586b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.2"
VERSION = "1.5.3"

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.5.2
Version 1.5.3
Copyright 2006 Dan-Haim. All rights reserved.
Expand Down Expand Up @@ -52,7 +52,7 @@
-Various small bug fixes
"""

__version__ = "1.5.2"
__version__ = "1.5.3"

import socket
import struct
Expand Down

0 comments on commit 94586b6

Please sign in to comment.