diff --git a/deolingo/_version.py b/deolingo/_version.py index e48bd9e..9c8f928 100644 --- a/deolingo/_version.py +++ b/deolingo/_version.py @@ -1,2 +1,2 @@ -__version__ = "0.8.1" +__version__ = "0.8.2" diff --git a/setup.py b/setup.py index 03103c0..9f41b85 100644 --- a/setup.py +++ b/setup.py @@ -33,15 +33,25 @@ long_description_content_type='text/markdown', classifiers=[ 'Development Status :: 3 - Alpha', + 'Intended Audience :: Developers', 'Intended Audience :: Education', + 'Intended Audience :: Information Technology', + 'Intended Audience :: Legal Industry', + 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', + 'Operating System :: OS Independent', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', - 'Topic :: Education :: Language', - 'Topic :: Software Development :: Libraries :: Python Modules' + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', + 'Programming Language :: Python :: 3.14', + 'Topic :: Software Development :: Interpreters', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'Topic :: Utilities' ] )