From 0dab1e3de4aafba56736703caba6a48a9a7361ea Mon Sep 17 00:00:00 2001 From: lbdx Date: Mon, 20 Nov 2023 15:28:36 +0100 Subject: [PATCH] Release version 2.2.1 - Fix unnecessary DeprecationWarning. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6569c1c..97277ba 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="iso639-lang", - version="2.2.0", + version="2.2.1", author="L.Beaudoux", description="A lightweight library for the ISO 639 standard.", long_description=long_description,