summaryrefslogtreecommitdiff
path: root/pexpect/__init__.py
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2020-01-17 17:08:15 +0000
committerGitHub <noreply@github.com>2020-01-17 17:08:15 +0000
commit5eed1a31a2853a09b7367c59fbd1a4a0b53341df (patch)
tree5adbcc9daeed7c68d7941471cd07852dc9f316fb /pexpect/__init__.py
parentfad909459019d3d38726a2503b7fb49e1cf80de3 (diff)
parentc9d023e343c2e5c814834c44d52c96668517da4a (diff)
downloadpexpect-git-5eed1a31a2853a09b7367c59fbd1a4a0b53341df.tar.gz
Merge pull request #616 from pexpect/dluyer-patch-14.8.0
Release notes and version number update for 4.8.0
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 cf7a70d..7e30453 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.7.0'
+__version__ = '4.8.0'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']