summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2017-11-09 16:49:45 +0000
committerThomas Kluyver <thomas@kluyver.me.uk>2017-11-09 16:49:45 +0000
commitcee32bb7808426ffdd4fa9e169f4dcecf207da56 (patch)
treeb15616fd0f95721ff7e5b2537eb160f0d07fe9fc /pexpect/__init__.py
parentcf020f35d8eee5e9a9aecf70ead311430b1778f3 (diff)
downloadpexpect-4.3.tar.gz
Version number -> 4.34.3
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 6c509e6..4b5c233 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.1'
+__version__ = '4.3.0'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']