From 671417beb41c21f772687c565196fdde444b053b Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 25 Jun 2014 18:09:31 -0700 Subject: Bump version number to 3.3 --- doc/conf.py | 4 ++-- pexpect/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a5b7088..3dd5d3e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,9 +52,9 @@ copyright = u'2013, Noah Spurrier and contributors' # built documents. # # The short X.Y version. -version = '3.2' +version = '3.3' # The full version, including alpha/beta/rc tags. -release = '3.2' +release = '3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pexpect/__init__.py b/pexpect/__init__.py index 30c6764..cace43b 100644 --- a/pexpect/__init__.py +++ b/pexpect/__init__.py @@ -88,7 +88,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.2' +__version__ = '3.3' __revision__ = '' __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu', 'which', 'split_command_line', '__version__', '__revision__'] -- cgit v1.2.1