summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py4
-rw-r--r--pexpect/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 4c82213..52d1263 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,9 +48,9 @@ copyright = u'2013, Noah Spurrier and contributors'
# built documents.
#
# The short X.Y version.
-version = '2.9'
+version = '3.0'
# The full version, including alpha/beta/rc tags.
-release = '2.9'
+release = '3.0b1'
# 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 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__']