summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-10-06 15:32:16 +0100
committerThomas Kluyver <takowl@gmail.com>2015-10-06 15:32:16 +0100
commitf8383683a19a987e5222a6b57ae8dfb48cfd4cd9 (patch)
treec8f250154477a6a5c45c15fc9189d3639dffb58d /pexpect/__init__.py
parent23e3d7fbabee85f823c82a8a0448ac659d8686ac (diff)
downloadpexpect-git-f8383683a19a987e5222a6b57ae8dfb48cfd4cd9.tar.gz
Version number -> 4.0.14.0.1
Diffstat (limited to 'pexpect/__init__.py')
-rw-r--r--pexpect/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/__init__.py b/pexpect/__init__.py
index 113ca22..3d1b42b 100644
--- a/pexpect/__init__.py
+++ b/pexpect/__init__.py
@@ -75,7 +75,7 @@ if sys.platform != 'win32':
from .pty_spawn import spawn, spawnu
from .run import run, runu
-__version__ = '4.1.dev'
+__version__ = '4.0.1'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']