From ba09132308e938827cf6043be1db94216eab37d0 Mon Sep 17 00:00:00 2001 From: Mohammed Alshehri <542855+dralshehri@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:06:31 +0300 Subject: [PATCH] Bump version to 2.2.0 --- src/luhncheck/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luhncheck/__init__.py b/src/luhncheck/__init__.py index ad02d2a..355f6b4 100644 --- a/src/luhncheck/__init__.py +++ b/src/luhncheck/__init__.py @@ -3,7 +3,7 @@ https://github.com/dralshehri/luhncheck """ -__version__ = "2.1.0" +__version__ = "2.2.0" from typing import List, Optional, Union