Set the HTTP connection timeout to 10s, and add a test for it.
[quix0rs-apt-p2p.git] / setup.py
index 3103e3ae3369fab07558567d99ded0cffe8cc4e3..0fe378db69a43fb1380ae9ccdd4e0f78a3beb312 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from distutils.core import setup
 
 setup(
     name = "apt-p2p",
-    version = "0.1.1",
+    version = "0.1.2",
     author = "Cameron Dale",
     author_email = "<camrdale@gmail.com>",
     url = "http://www.camrdale.org/apt-p2p.html",