bump version to 2.8.3

This commit is contained in:
PHP Wellnitz 2022-05-19 17:06:54 +09:00
parent 3555dc97c9
commit 8af6302c81
1 changed files with 1 additions and 1 deletions

View File

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