From f6ae4e494e116024cfbd81030e817426e5138999 Mon Sep 17 00:00:00 2001 From: donovan Date: Mon, 30 Jun 2008 11:10:57 -0700 Subject: Add a patch from the grugq to allow binding to a specific interface in api.connect_tcp. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3d87d22..971084c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup setup( name='eventlet', - version='0.6', + version='0.7pre', description='Coroutine-based networking library', author='Linden Lab', author_email='eventletdev@lists.secondlife.com', -- cgit v1.2.1