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 +)