bump version to 2.8.2
This commit is contained in:
parent
1869cc8bed
commit
a1309cc116
|
@ -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:
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue