diff options
| author | Thomas Kluyver <takowl@gmail.com> | 2013-10-02 14:00:23 -0700 |
|---|---|---|
| committer | Thomas Kluyver <takowl@gmail.com> | 2013-10-02 14:00:23 -0700 |
| commit | 5a0ec9df231b50d897fe138ebb325d7c5ca08e9a (patch) | |
| tree | f1cd1e7248a2ad63eea913f7cc5c78e401b54862 /pexpect/__init__.py | |
| parent | 42995318853a775b4ea80858838a23972582514a (diff) | |
| download | pexpect-5a0ec9df231b50d897fe138ebb325d7c5ca08e9a.tar.gz | |
Version 3.0 beta 13.0b1
Diffstat (limited to 'pexpect/__init__.py')
| -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 dc903ac..c257490 100644 --- a/pexpect/__init__.py +++ b/pexpect/__init__.py @@ -86,7 +86,7 @@ except ImportError: A critical module was not found. Probably this operating system does not support it. Pexpect is intended for UNIX-like operating systems.''') -__version__ = '2.6' +__version__ = '3.0b1' __revision__ = '1' __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which', 'split_command_line', '__version__', '__revision__'] |
