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'