diff --git a/docs/conf.py b/docs/conf.py index 3a5e13a..393b2dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.5' +version = '0.7' # The full version, including alpha/beta/rc tags. -release = version + '.2' +release = version #+ '.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/ptyprocess/__init__.py b/ptyprocess/__init__.py index e633d0c..3a6268e 100644 --- a/ptyprocess/__init__.py +++ b/ptyprocess/__init__.py @@ -1,4 +1,4 @@ """Run a subprocess in a pseudo terminal""" from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError -__version__ = '0.6.0' +__version__ = '0.7.0'