Skip to content

Commit

Permalink
Include LICENSE and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed May 21, 2016
1 parent 10fb5b2 commit fc1d646
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.6"
VERSION = "1.5.7"

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

__version__ = "1.5.6"
__version__ = "1.5.7"

import socket
import struct
Expand Down

0 comments on commit fc1d646

Please sign in to comment.