From 19e197e3eaf64f02cf4af2bf184a3b757276206e Mon Sep 17 00:00:00 2001 From: wfxey <158351052+wfxey@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:32:48 +0100 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c04e5b9..53e28f6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='InsightLogger', - version='1.2.2', + version='1.2.3', packages=find_packages(), license='MIT', description='A customizable logging utility with enhanced features for developers.', @@ -15,7 +15,7 @@ long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/VelisCore/InsightLogger', - download_url='https://github.com/VelisCore/InsightLogger/archive/refs/tags/v1.2.2.tar.gz', + download_url='https://github.com/VelisCore/InsightLogger/archive/refs/tags/v1.2.3.tar.gz', keywords=[ 'logging', 'log', 'logger', 'developer tools', 'performance monitoring', 'visualization' ], @@ -44,4 +44,4 @@ 'Documentation': 'https://github.com/VelisCore/InsightLogger/wiki', 'Source Code': 'https://github.com/VelisCore/InsightLogger', }, -) \ No newline at end of file +)