Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wfxey authored Dec 26, 2024
1 parent 314a7c5 commit 19e197e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand All @@ -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'
],
Expand Down Expand Up @@ -44,4 +44,4 @@
'Documentation': 'https://github.com/VelisCore/InsightLogger/wiki',
'Source Code': 'https://github.com/VelisCore/InsightLogger',
},
)
)

0 comments on commit 19e197e

Please sign in to comment.