From 9f36b99997236b753414d60dfe128138021b04fc Mon Sep 17 00:00:00 2001 From: lbdx Date: Wed, 13 Dec 2023 09:27:48 +0100 Subject: [PATCH] Release version 2.2.2 - Remove dependency pinning for Python 3.7 and 3.8. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8323444..202741b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="iso639-lang", - version="2.2.1", + version="2.2.2", author="L.Beaudoux", description="A lightweight library for the ISO 639 standard.", long_description=long_description,