Skip to content

Commit

Permalink
Version number -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 28, 2020
1 parent 544854d commit ee54ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ptyprocess/__init__.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit ee54ae2

Please sign in to comment.