summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2017-12-12 10:47:38 +0000
committerThomas Kluyver <thomas@kluyver.me.uk>2017-12-12 10:47:38 +0000
commit8a1195a4837bd4f7477dff6f7c6a22c234e192e7 (patch)
treeb4d6d615e253b6f145ee8ff36a8627837d483ae0 /pexpect/__init__.py
parent5237df3f96edca4d38df5ac6cd4a3fde649eca66 (diff)
downloadpexpect-4.3.1.tar.gz
Version number -> 4.3.14.3.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 4b5c233..40bcc97 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.3.0'
+__version__ = '4.3.1'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']