release 0.1.8

This commit is contained in:
Muayyad alsadi 2021-11-15 00:27:03 +02:00
parent d8e11d59ef
commit 66ce2a34f5
2 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,7 @@ except ImportError:
import json
import yaml
__version__ = '0.1.7dev'
__version__ = '0.1.8'
PY3 = sys.version_info[0] == 3
if PY3:

View File

@ -13,8 +13,6 @@ setup(
long_description_content_type='text/markdown',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",