Skip to content

Commit

Permalink
Version number -> 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 29, 2018
1 parent 0561588 commit ab7d99a
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 @@ -52,7 +52,7 @@
# built documents.
#
# The short X.Y version.
version = '4.5'
version = '4.6'
# The full version, including alpha/beta/rc tags.
release = version

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.5.0'
__version__ = '4.6.0'
__revision__ = ''
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu',
'which', 'split_command_line', '__version__', '__revision__']
Expand Down

0 comments on commit ab7d99a

Please sign in to comment.