bump version to 2.8.2

This commit is contained in:
Philip Wellnitz 2021-03-01 16:45:49 +09:00
parent 1869cc8bed
commit a1309cc116
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ from __future__ import (unicode_literals, division, absolute_import, print_funct
import subprocess import subprocess
from traceback import print_exc from traceback import print_exc
__version__ = "2.8.1" __version__ = "2.8.2"
def get_version(): def get_version():
try: try:

View File

@ -70,10 +70,10 @@ setup(
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: Microsoft :: Windows', 'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX', 'Operating System :: POSIX',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: Implementation :: PyPy',
], ],