diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2014-01-22 10:44:23 -0800 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2014-01-22 10:44:23 -0800 |
| commit | 13ec3b0e134159d0168811862a9d7980847ca4e0 (patch) | |
| tree | 48935be76f840f40db02d5f88c609895b320ab66 /pexpect | |
| parent | 48764e21a8b226b93793bb6582d6b46fa59f8aba (diff) | |
| download | pexpect-13ec3b0e134159d0168811862a9d7980847ca4e0.tar.gz | |
Prepare for 3.1 release3.1
Diffstat (limited to 'pexpect')
| -rw-r--r-- | pexpect/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/__init__.py b/pexpect/__init__.py index 18f4102..a6fb875 100644 --- a/pexpect/__init__.py +++ b/pexpect/__init__.py @@ -87,7 +87,7 @@ except ImportError: # pragma: no cover A critical module was not found. Probably this operating system does not support it. Pexpect is intended for UNIX-like operating systems.''') -__version__ = '3.0' +__version__ = '3.1' __revision__ = '' __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu', 'which', 'split_command_line', '__version__', '__revision__'] |
