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 144b816 commit f106b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='InsightLogger',
version='1.2.0',
version='1.2.1',
packages=find_packages(),
license='MIT',
description='A customizable logging utility with enhanced features for developers.',
Expand All @@ -14,7 +14,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.tar.gz',
download_url='https://github.com/VelisCore/InsightLogger/archive/refs/tags/v1.2.1tar.gz',
keywords=[
'logging', 'log', 'logger', 'developer tools', 'performance monitoring', 'visualization'
],
Expand Down

0 comments on commit f106b4b

Please sign in to comment.