From 73d7a30af278853f29d191e14337575b0b58ac2c Mon Sep 17 00:00:00 2001 From: ozzy <ozzycharon@gmail.com> Date: Thu, 29 Aug 2024 23:44:42 +0800 Subject: [PATCH] chore: bump version to 1.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 272dbc6..21d730d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='code-simplify', - version='1.2.2', + version='1.2.3', description='A python tool library that covers a wide range of common tools to simplify your work and reduce ' 'repetitive code.', long_description=long_description,