Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Anorov committed Sep 19, 2014
1 parent a3e0c41 commit d923cd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PySocks

Updated version of SocksiPy. Many old bugs fixed, and overall code cleanup.

**Version:** 1.5.0
**Version:** 1.5.1

----------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/usr/bin/env python
from distutils.core import setup

VERSION = "1.5.0"
VERSION = "1.5.1"

setup(
name = "PySocks",
version = VERSION,
description = "A Python SOCKS module",
url = "https://github.com/Anorov/PySocks",
download_url = "https://github.com/Anorov/PySocks/tarball/1.5.0",
download_url = "https://github.com/Anorov/PySocks/tarball/1.5.1",
license = "BSD",
author_email = "[email protected]",
keywords = ["socks", "proxy"],
Expand Down
2 changes: 1 addition & 1 deletion socks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
SocksiPy - Python SOCKS module.
Version 1.5.0
Version 1.5.1
Copyright 2006 Dan-Haim. All rights reserved.
Expand Down

0 comments on commit d923cd0

Please sign in to comment.