From 4df690b3775345e338865d47a34c308b24be360a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Sep 2011 23:27:47 -0400 Subject: [PATCH] v0.0.1 --- envoy/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/core.py b/envoy/core.py index f328059..5c27237 100644 --- a/envoy/core.py +++ b/envoy/core.py @@ -12,7 +12,7 @@ import subprocess import threading -__version__ = '0.0.0' +__version__ = '0.0.1' __license__ = 'MIT' __author__ = 'Kenneth Reitz'