diff --git a/pyleri/__init__.py b/pyleri/__init__.py index e901f18..0a07b18 100644 --- a/pyleri/__init__.py +++ b/pyleri/__init__.py @@ -41,4 +41,4 @@ __author__ = 'Jeroen van der Heijden' __maintainer__ = 'Jeroen van der Heijden' __email__ = 'jeroen@cesbit.com' -__version__ = '1.4.1' +__version__ = '1.4.2' diff --git a/setup.py b/setup.py index f0de4c9..5b6007e 100644 --- a/setup.py +++ b/setup.py @@ -35,10 +35,10 @@ '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', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing :: Linguistic'