diff --git a/mindmate/meta.py b/mindmate/meta.py index cf38650..95aaa20 100644 --- a/mindmate/meta.py +++ b/mindmate/meta.py @@ -1 +1 @@ -VERSION = '0.1.6' \ No newline at end of file +VERSION = '0.1.7' \ No newline at end of file diff --git a/setup.py b/setup.py index a5b1ddc..c7f1bd2 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def parse_requirements_file(file_path): }, # reference: https://pypi.org/classifiers/ classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Other Environment', 'Natural Language :: English', 'Programming Language :: Python', @@ -59,6 +59,9 @@ def parse_requirements_file(file_path): 'Intended Audience :: System Administrators', 'Topic :: Software Development', 'Topic :: System :: System Shells', + 'Topic :: Communications :: Chat', + 'Topic :: Internet', + 'Topic :: Scientific/Engineering :: Artificial Intelligence', 'Topic :: Utilities', ], # platforms=[],