Commit 1c5a385 1 parent 1af9ada commit 1c5a385 Copy full SHA for 1c5a385
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
* .egg-info /
24
24
.installed.cfg
25
25
* .egg
26
- MANIFEST
27
- MANIFEST.in
28
26
setup.cfg
Original file line number Diff line number Diff line change
1
+ include README.md LICENSE
2
+ recursive-include test *
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
from distutils .core import setup
3
3
4
- VERSION = "1.6.0 "
4
+ VERSION = "1.6.1 "
5
5
6
6
setup (
7
7
name = "PySocks" ,
Original file line number Diff line number Diff line change 1
1
"""
2
2
SocksiPy - Python SOCKS module.
3
- Version 1.6.0
3
+ Version 1.6.1
4
4
5
5
Copyright 2006 Dan-Haim. All rights reserved.
6
6
52
52
-Various small bug fixes
53
53
"""
54
54
55
- __version__ = "1.6.0 "
55
+ __version__ = "1.6.1 "
56
56
57
57
import socket
58
58
import struct
You can’t perform that action at this time.
0 commit comments