summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2016-08-21 21:10:04 +0100
committerThomas Kluyver <thomas@kluyver.me.uk>2016-08-21 21:10:04 +0100
commitb4fb7c414aca7c0bf59fefe23508574b366fb4ed (patch)
treef4da2d898e4e8f2b0d3fe15b9fd4f5c1d1f05ab3 /pexpect/__init__.py
parent9b25aaaf1fa8534be555f0a86d5fd0f118178439 (diff)
downloadpexpect-git-b4fb7c414aca7c0bf59fefe23508574b366fb4ed.tar.gz
Prepare to release 4.2.14.2.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 045fe36..6c509e6 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.2.0'
+__version__ = '4.2.1'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']