From ed7012db92a82737d3cd9dad20504e15018b8553 Mon Sep 17 00:00:00 2001 From: "deshpande.jaidev@gmail.com" Date: Thu, 26 Sep 2024 14:01:01 +0530 Subject: [PATCH] RLS: v0.2.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97a938c..0a9be06 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'Documentation': 'https://github.com/jaidevd/numerizer/tree/master/README.rst', 'Source Code': 'https://github.com/jaidevd/numerizer' } -VERSION = '0.2.3' +VERSION = '0.2.4' # Requirements install_requires = []