Skip to content

Commit ff2b502

Browse files
committed
bump version to 1.0.6
1 parent ca7a169 commit ff2b502

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
- Code hotspot analysis to identify frequently modified areas.
1212
"""
1313

14-
__version__ = "1.0.5"
14+
__version__ = "1.0.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="codet",
8-
version="1.0.5",
8+
version="1.0.6",
99
author="clemente0620",
1010
author_email="clemente0620@gmail.com",
1111
description="A cross-platform command-line tool for file processing and Git repository analysis with support for commit history tracking, code hotspot detection, and customizable filtering options",

0 commit comments

Comments
 (0)