From 73ad741ce097659b73b79173c41ee93ec000be76 Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 2 May 2011 22:12:25 +0200 Subject: [PATCH] 0.4.0 ssl enabled. --- tproxy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tproxy/__init__.py b/tproxy/__init__.py index f15eae2..e4d2b22 100644 --- a/tproxy/__init__.py +++ b/tproxy/__init__.py @@ -3,5 +3,5 @@ # This file is part of tproxy released under the MIT license. # See the NOTICE for more information. -version_info = (0, 3, 1) +version_info = (0, 4, 0) __version__ = ".".join(map(str, version_info))