bpo-27788 : synchronise platform.py version number (#246)

Was bumped in the docstring by b9f4feab1b
but not in `__version__`
This commit is contained in:
Matthias Bussonnier 2017-02-24 02:47:34 -08:00 committed by Marc-Andre Lemburg
parent 41cea70aa3
commit 6059ce45aa
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ __copyright__ = """
"""
__version__ = '1.0.7'
__version__ = '1.0.8'
import collections
import sys, os, re, subprocess