Skip to content

Commit ee54ae2

Browse files
committed
Version number -> 0.7.0
1 parent 544854d commit ee54ae2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.5'
58+
version = '0.7'
5959
# The full version, including alpha/beta/rc tags.
60-
release = version + '.2'
60+
release = version #+ '.2'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

ptyprocess/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Run a subprocess in a pseudo terminal"""
22
from .ptyprocess import PtyProcess, PtyProcessUnicode, PtyProcessError
33

4-
__version__ = '0.6.0'
4+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)