We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544854d commit ee54ae2Copy full SHA for ee54ae2
2 files changed
docs/conf.py
@@ -55,9 +55,9 @@
55
# built documents.
56
#
57
# The short X.Y version.
58
-version = '0.5'
+version = '0.7'
59
# The full version, including alpha/beta/rc tags.
60
-release = version + '.2'
+release = version #+ '.2'
61
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
# for a list of supported languages.
ptyprocess/__init__.py
@@ -1,4 +1,4 @@
1
"""Run a subprocess in a pseudo terminal"""
2
from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
3
4
-__version__ = '0.6.0'
+__version__ = '0.7.0'
0 commit comments