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

Was bumped in the docstring by b9f4feab1b
but not in `__version__`

(cherry picked from commit 6059ce45aa)
This commit is contained in:
Berker Peksag 2017-02-27 19:14:11 +03:00 committed by GitHub
parent 53039ad381
commit bb59d89cee
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