From 2390978f5b4131cb27dc69ac47f2da61faec08d3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 15 Oct 2011 11:04:46 -0400 Subject: [PATCH] v0.0.2 --- envoy/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/core.py b/envoy/core.py index ef5d0d9..09aef82 100644 --- a/envoy/core.py +++ b/envoy/core.py @@ -12,7 +12,7 @@ import shlex import subprocess import threading -__version__ = '0.0.1' +__version__ = '0.0.2' __license__ = 'MIT' __author__ = 'Kenneth Reitz'