Skip to content

Commit

Permalink
Version number -> 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 5, 2015
1 parent 12e67e8 commit 78a207a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '4.0.dev'
release = '4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pexpect/__init__.py
Expand Up @@ -75,7 +75,7 @@
from .pty_spawn import spawn, spawnu
from .run import run, runu

__version__ = '4.0.dev'
__version__ = '4.0'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']
Expand Down

0 comments on commit 78a207a

Please sign in to comment.