We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af9ada commit 1c5a385Copy full SHA for 1c5a385
.gitignore
@@ -23,6 +23,4 @@ var/
23
*.egg-info/
24
.installed.cfg
25
*.egg
26
-MANIFEST
27
-MANIFEST.in
28
setup.cfg
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include README.md LICENSE
2
+recursive-include test *
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup
3
4
-VERSION = "1.6.0"
+VERSION = "1.6.1"
5
6
setup(
7
name = "PySocks",
socks.py
@@ -1,6 +1,6 @@
"""
SocksiPy - Python SOCKS module.
-Version 1.6.0
+Version 1.6.1
Copyright 2006 Dan-Haim. All rights reserved.
@@ -52,7 +52,7 @@
52
-Various small bug fixes
53
54
55
-__version__ = "1.6.0"
+__version__ = "1.6.1"
56
57
import socket
58
import struct
0 commit comments